Sha256: d0280c746a55d2a39789ea0c281d68904eee6ef4e0e130f99092f6021a6cc977
Contents?: true
Size: 508 Bytes
Versions: 2
Compression:
Stored size: 508 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 themself. 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
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.1 | lib/tdlib/types/push_message_content/chat_add_members.rb |
tdlib-ruby-2.2.0 | lib/tdlib/types/push_message_content/chat_add_members.rb |