Class: TD::Types::FailedToAddMember
- Defined in:
- lib/tdlib/types/failed_to_add_member.rb
Overview
Contains information about a user that has failed to be added to a chat.
Instance Attribute Summary collapse
-
#premium_required_to_send_messages ⇒ Boolean
True, if subscription to Telegram Premium is required to send the user chat invite link.
-
#premium_would_allow_invite ⇒ Boolean
True, if subscription to Telegram Premium would have allowed to add the user to the chat.
-
#user_id ⇒ Integer
User identifier.
Method Summary
Methods inherited from Base
Instance Attribute Details
#premium_required_to_send_messages ⇒ Boolean
True, if subscription to Telegram Premium is required to send the user chat invite link.
9 10 11 |
# File 'lib/tdlib/types/failed_to_add_member.rb', line 9 def end |
#premium_would_allow_invite ⇒ Boolean
True, if subscription to Telegram Premium would have allowed to add the user to the chat.
9 10 11 |
# File 'lib/tdlib/types/failed_to_add_member.rb', line 9 def premium_would_allow_invite @premium_would_allow_invite end |
#user_id ⇒ Integer
User identifier.
9 10 11 |
# File 'lib/tdlib/types/failed_to_add_member.rb', line 9 def user_id @user_id end |