Sha256: f2c23eaaa40fd229aa05d5d91e1f37058487ae0fe9ab559af2ab97f0288520d6
Contents?: true
Size: 507 Bytes
Versions: 1
Compression:
Stored size: 507 Bytes
Contents
module TD::Types # New chat members were invited to a group. # # @attr member_name [String] Name of the added member. # @attr is_current_user [Boolean] True, if the current user was added to the group. # @attr is_returned [Boolean] True, if the user has returned to the group himself. class PushMessageContent::ChatAddMembers < PushMessageContent attribute :member_name, TD::Types::String attribute :is_current_user, TD::Types::Bool attribute :is_returned, TD::Types::Bool end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tdlib-ruby-2.1.0 | lib/tdlib/types/push_message_content/chat_add_members.rb |