class Tourmaline::ChatFullInfo
- Tourmaline::ChatFullInfo
- Reference
- Object
Overview
This object contains full information about a chat.
Included Modules
- JSON::Serializable
Defined in:
tourmaline/types/api.crConstructors
- .new(id : Int32 | Int64, type : String, accent_color_id : Int32 | Int64, max_reaction_count : Int32 | Int64, title : String | Nil = nil, username : String | Nil = nil, first_name : String | Nil = nil, last_name : String | Nil = nil, is_forum : Bool | Nil = nil, photo : Tourmaline::ChatPhoto | Nil = nil, active_usernames : Array(String) = [] of String, birthdate : Tourmaline::Birthdate | Nil = nil, business_intro : Tourmaline::BusinessIntro | Nil = nil, business_location : Tourmaline::BusinessLocation | Nil = nil, business_opening_hours : Tourmaline::BusinessOpeningHours | Nil = nil, personal_chat : Tourmaline::Chat | Nil = nil, available_reactions : Array(Tourmaline::ReactionType) = [] of Tourmaline::ReactionType, background_custom_emoji_id : String | Nil = nil, profile_accent_color_id : Int32 | Int64 | Nil = nil, profile_background_custom_emoji_id : String | Nil = nil, emoji_status_custom_emoji_id : String | Nil = nil, emoji_status_expiration_date : Int32 | Int64 | Nil = nil, bio : String | Nil = nil, has_private_forwards : Bool | Nil = nil, has_restricted_voice_and_video_messages : Bool | Nil = nil, join_to_send_messages : Bool | Nil = nil, join_by_request : Bool | Nil = nil, description : String | Nil = nil, invite_link : String | Nil = nil, pinned_message : Tourmaline::Message | Nil = nil, permissions : Tourmaline::ChatPermissions | Nil = nil, can_send_paid_media : Bool | Nil = nil, slow_mode_delay : Int32 | Int64 | Nil = nil, unrestrict_boost_count : Int32 | Int64 | Nil = nil, message_auto_delete_time : Int32 | Int64 | Nil = nil, has_aggressive_anti_spam_enabled : Bool | Nil = nil, has_hidden_members : Bool | Nil = nil, has_protected_content : Bool | Nil = nil, has_visible_history : Bool | Nil = nil, sticker_set_name : String | Nil = nil, can_set_sticker_set : Bool | Nil = nil, custom_emoji_sticker_set_name : String | Nil = nil, linked_chat_id : Int32 | Int64 | Nil = nil, location : Tourmaline::ChatLocation | Nil = nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
-
#accent_color_id : Int32 | Int64
Identifier of the accent color for the chat name and backgrounds of the chat photo, reply header, and link preview.
-
#accent_color_id=(accent_color_id : Int32 | Int64)
Identifier of the accent color for the chat name and backgrounds of the chat photo, reply header, and link preview.
-
#active_usernames : Array(String)
Optional.
-
#active_usernames=(active_usernames : Array(String))
Optional.
-
#available_reactions : Array(Tourmaline::ReactionType)
Optional.
-
#available_reactions=(available_reactions : Array(Tourmaline::ReactionType))
Optional.
-
#background_custom_emoji_id : String | Nil
Optional.
-
#background_custom_emoji_id=(background_custom_emoji_id : String | Nil)
Optional.
-
#bio : String | Nil
Optional.
-
#bio=(bio : String | Nil)
Optional.
-
#birthdate : Tourmaline::Birthdate | Nil
Optional.
-
#birthdate=(birthdate : Tourmaline::Birthdate | Nil)
Optional.
-
#business_intro : Tourmaline::BusinessIntro | Nil
Optional.
-
#business_intro=(business_intro : Tourmaline::BusinessIntro | Nil)
Optional.
-
#business_location : Tourmaline::BusinessLocation | Nil
Optional.
-
#business_location=(business_location : Tourmaline::BusinessLocation | Nil)
Optional.
-
#business_opening_hours : Tourmaline::BusinessOpeningHours | Nil
Optional.
-
#business_opening_hours=(business_opening_hours : Tourmaline::BusinessOpeningHours | Nil)
Optional.
-
#can_send_paid_media=(can_send_paid_media : Bool | Nil)
Optional.
-
#can_send_paid_media? : Bool | Nil
Optional.
-
#can_set_sticker_set=(can_set_sticker_set : Bool | Nil)
Optional.
-
#can_set_sticker_set? : Bool | Nil
Optional.
-
#custom_emoji_sticker_set_name : String | Nil
Optional.
-
#custom_emoji_sticker_set_name=(custom_emoji_sticker_set_name : String | Nil)
Optional.
-
#description : String | Nil
Optional.
-
#description=(description : String | Nil)
Optional.
-
#emoji_status_custom_emoji_id : String | Nil
Optional.
-
#emoji_status_custom_emoji_id=(emoji_status_custom_emoji_id : String | Nil)
Optional.
-
#emoji_status_expiration_date : Time | Nil
Optional.
-
#emoji_status_expiration_date=(emoji_status_expiration_date : Time | Nil)
Optional.
-
#first_name : String | Nil
Optional.
-
#first_name=(first_name : String | Nil)
Optional.
-
#has_aggressive_anti_spam_enabled=(has_aggressive_anti_spam_enabled : Bool | Nil)
Optional.
-
#has_aggressive_anti_spam_enabled? : Bool | Nil
Optional.
-
#has_hidden_members=(has_hidden_members : Bool | Nil)
Optional.
-
#has_hidden_members? : Bool | Nil
Optional.
-
#has_private_forwards=(has_private_forwards : Bool | Nil)
Optional.
-
#has_private_forwards? : Bool | Nil
Optional.
-
#has_protected_content=(has_protected_content : Bool | Nil)
Optional.
-
#has_protected_content? : Bool | Nil
Optional.
-
#has_restricted_voice_and_video_messages=(has_restricted_voice_and_video_messages : Bool | Nil)
Optional.
-
#has_restricted_voice_and_video_messages? : Bool | Nil
Optional.
-
#has_visible_history=(has_visible_history : Bool | Nil)
Optional.
-
#has_visible_history? : Bool | Nil
Optional.
-
#id : Int32 | Int64
Unique identifier for this chat.
-
#id=(id : Int32 | Int64)
Unique identifier for this chat.
-
#invite_link : String | Nil
Optional.
-
#invite_link=(invite_link : String | Nil)
Optional.
-
#is_forum=(is_forum : Bool | Nil)
Optional.
-
#is_forum? : Bool | Nil
Optional.
-
#join_by_request=(join_by_request : Bool | Nil)
Optional.
-
#join_by_request? : Bool | Nil
Optional.
-
#join_to_send_messages=(join_to_send_messages : Bool | Nil)
Optional.
-
#join_to_send_messages? : Bool | Nil
Optional.
-
#last_name : String | Nil
Optional.
-
#last_name=(last_name : String | Nil)
Optional.
-
#linked_chat_id : Int32 | Int64 | Nil
Optional.
-
#linked_chat_id=(linked_chat_id : Int32 | Int64 | Nil)
Optional.
-
#location : Tourmaline::ChatLocation | Nil
Optional.
-
#location=(location : Tourmaline::ChatLocation | Nil)
Optional.
-
#max_reaction_count : Int32 | Int64
The maximum number of reactions that can be set on a message in the chat
-
#max_reaction_count=(max_reaction_count : Int32 | Int64)
The maximum number of reactions that can be set on a message in the chat
-
#message_auto_delete_time : Time | Nil
Optional.
-
#message_auto_delete_time=(message_auto_delete_time : Time | Nil)
Optional.
-
#permissions : Tourmaline::ChatPermissions | Nil
Optional.
-
#permissions=(permissions : Tourmaline::ChatPermissions | Nil)
Optional.
-
#personal_chat : Tourmaline::Chat | Nil
Optional.
-
#personal_chat=(personal_chat : Tourmaline::Chat | Nil)
Optional.
-
#photo : Tourmaline::ChatPhoto | Nil
Optional.
-
#photo=(photo : Tourmaline::ChatPhoto | Nil)
Optional.
-
#pinned_message : Tourmaline::Message | Nil
Optional.
-
#pinned_message=(pinned_message : Tourmaline::Message | Nil)
Optional.
-
#profile_accent_color_id : Int32 | Int64 | Nil
Optional.
-
#profile_accent_color_id=(profile_accent_color_id : Int32 | Int64 | Nil)
Optional.
-
#profile_background_custom_emoji_id : String | Nil
Optional.
-
#profile_background_custom_emoji_id=(profile_background_custom_emoji_id : String | Nil)
Optional.
-
#slow_mode_delay : Int32 | Int64 | Nil
Optional.
-
#slow_mode_delay=(slow_mode_delay : Int32 | Int64 | Nil)
Optional.
-
#sticker_set_name : String | Nil
Optional.
-
#sticker_set_name=(sticker_set_name : String | Nil)
Optional.
-
#title : String | Nil
Optional.
-
#title=(title : String | Nil)
Optional.
-
#type : String
Type of the chat, can be either "private", "group", "supergroup" or "channel"
-
#type=(type : String)
Type of the chat, can be either "private", "group", "supergroup" or "channel"
-
#unrestrict_boost_count : Int32 | Int64 | Nil
Optional.
-
#unrestrict_boost_count=(unrestrict_boost_count : Int32 | Int64 | Nil)
Optional.
-
#username : String | Nil
Optional.
-
#username=(username : String | Nil)
Optional.
Constructor Detail
Instance Method Detail
Identifier of the accent color for the chat name and backgrounds of the chat photo, reply header, and link preview. See accent colors for more details.
Identifier of the accent color for the chat name and backgrounds of the chat photo, reply header, and link preview. See accent colors for more details.
Optional. If non-empty, the list of all active chat usernames; for private chats, supergroups and channels
Optional. If non-empty, the list of all active chat usernames; for private chats, supergroups and channels
Optional. List of available reactions allowed in the chat. If omitted, then all emoji reactions are allowed.
Optional. List of available reactions allowed in the chat. If omitted, then all emoji reactions are allowed.
Optional. Custom emoji identifier of the emoji chosen by the chat for the reply header and link preview background
Optional. Custom emoji identifier of the emoji chosen by the chat for the reply header and link preview background
Optional. For private chats, the date of birth of the user
Optional. For private chats, the date of birth of the user
Optional. For private chats with business accounts, the intro of the business
Optional. For private chats with business accounts, the intro of the business
Optional. For private chats with business accounts, the location of the business
Optional. For private chats with business accounts, the location of the business
Optional. For private chats with business accounts, the opening hours of the business
Optional. For private chats with business accounts, the opening hours of the business
Optional. True, if paid media messages can be sent or forwarded to the channel chat. The field is available only for channel chats.
Optional. True, if paid media messages can be sent or forwarded to the channel chat. The field is available only for channel chats.
Optional. True, if the bot can change the group sticker set
Optional. For supergroups, the name of the group's custom emoji sticker set. Custom emoji from this set can be used by all users and bots in the group.
Optional. For supergroups, the name of the group's custom emoji sticker set. Custom emoji from this set can be used by all users and bots in the group.
Optional. Description, for groups, supergroups and channel chats
Optional. Custom emoji identifier of the emoji status of the chat or the other party in a private chat
Optional. Custom emoji identifier of the emoji status of the chat or the other party in a private chat
Optional. Expiration date of the emoji status of the chat or the other party in a private chat, in Unix time, if any
Optional. Expiration date of the emoji status of the chat or the other party in a private chat, in Unix time, if any
Optional. First name of the other party in a private chat
Optional. True, if aggressive anti-spam checks are enabled in the supergroup. The field is only available to chat administrators.
Optional. True, if aggressive anti-spam checks are enabled in the supergroup. The field is only available to chat administrators.
Optional. True, if privacy settings of the other party in the private chat allows to use tg://user?id=<user_id> links only in chats with the user
Optional. True, if privacy settings of the other party in the private chat allows to use tg://user?id=<user_id> links only in chats with the user
Optional. True, if messages from the chat can't be forwarded to other chats
Optional. True, if messages from the chat can't be forwarded to other chats
Optional. True, if the privacy settings of the other party restrict sending voice and video note messages in the private chat
Optional. True, if the privacy settings of the other party restrict sending voice and video note messages in the private chat
Optional. True, if new chat members will have access to old messages; available only to chat administrators
Optional. True, if new chat members will have access to old messages; available only to chat administrators
Unique identifier for this chat. This number may have more than 32 significant bits and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a signed 64-bit integer or double-precision float type are safe for storing this identifier.
Unique identifier for this chat. This number may have more than 32 significant bits and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a signed 64-bit integer or double-precision float type are safe for storing this identifier.
Optional. Primary invite link, for groups, supergroups and channel chats
Optional. Primary invite link, for groups, supergroups and channel chats
Optional. True, if the supergroup chat is a forum (has topics enabled)
Optional. True, if all users directly joining the supergroup without using an invite link need to be approved by supergroup administrators
Optional. True, if all users directly joining the supergroup without using an invite link need to be approved by supergroup administrators
Optional. True, if users need to join the supergroup before they can send messages
Optional. True, if users need to join the supergroup before they can send messages
Optional. Unique identifier for the linked chat, i.e. the discussion group identifier for a channel and vice versa; for supergroups and channel chats. This identifier may be greater than 32 bits and some programming languages may have difficulty/silent defects in interpreting it. But it is smaller than 52 bits, so a signed 64 bit integer or double-precision float type are safe for storing this identifier.
Optional. Unique identifier for the linked chat, i.e. the discussion group identifier for a channel and vice versa; for supergroups and channel chats. This identifier may be greater than 32 bits and some programming languages may have difficulty/silent defects in interpreting it. But it is smaller than 52 bits, so a signed 64 bit integer or double-precision float type are safe for storing this identifier.
Optional. For supergroups, the location to which the supergroup is connected
Optional. For supergroups, the location to which the supergroup is connected
The maximum number of reactions that can be set on a message in the chat
The maximum number of reactions that can be set on a message in the chat
Optional. The time after which all messages sent to the chat will be automatically deleted; in seconds
Optional. The time after which all messages sent to the chat will be automatically deleted; in seconds
Optional. Default chat member permissions, for groups and supergroups
Optional. Default chat member permissions, for groups and supergroups
Optional. For private chats, the personal channel of the user
Optional. For private chats, the personal channel of the user
Optional. The most recent pinned message (by sending date)
Optional. The most recent pinned message (by sending date)
Optional. Identifier of the accent color for the chat's profile background. See profile accent colors for more details.
Optional. Identifier of the accent color for the chat's profile background. See profile accent colors for more details.
Optional. Custom emoji identifier of the emoji chosen by the chat for its profile background
Optional. Custom emoji identifier of the emoji chosen by the chat for its profile background
Optional. For supergroups, the minimum allowed delay between consecutive messages sent by each unprivileged user; in seconds
Optional. For supergroups, the minimum allowed delay between consecutive messages sent by each unprivileged user; in seconds
Optional. For supergroups, name of the group sticker set
Type of the chat, can be either "private", "group", "supergroup" or "channel"
Optional. For supergroups, the minimum number of boosts that a non-administrator user needs to add in order to ignore slow mode and chat permissions
Optional. For supergroups, the minimum number of boosts that a non-administrator user needs to add in order to ignore slow mode and chat permissions
Optional. Username, for private chats, supergroups and channels if available
Optional. Username, for private chats, supergroups and channels if available