---
title: Constructors
description: List of constructors
---
# Constructors
[Back to API documentation index](..)
***
[$accountTtl](../constructors/accountTtl.md) = \['days' => [int](../types/int.md), \];
***
[$animation](../constructors/animation.md) = \['duration' => [int](../types/int.md), 'width' => [int](../types/int.md), 'height' => [int](../types/int.md), 'file_name' => [string](../types/string.md), 'mime_type' => [string](../types/string.md), 'thumb' => [photoSize](../constructors/photoSize.md), 'animation' => [file](../constructors/file.md), \];
***
[$animations](../constructors/animations.md) = \['animations' => \[[animation](../constructors/animation.md)\], \];
***
[$audio](../constructors/audio.md) = \['duration' => [int](../types/int.md), 'title' => [string](../types/string.md), 'performer' => [string](../types/string.md), 'file_name' => [string](../types/string.md), 'mime_type' => [string](../types/string.md), 'album_cover_thumb' => [photoSize](../constructors/photoSize.md), 'audio' => [file](../constructors/file.md), \];
***
[$authCodeTypeCall](../constructors/authCodeTypeCall.md) = \['length' => [int](../types/int.md), \];
***
[$authCodeTypeFlashCall](../constructors/authCodeTypeFlashCall.md) = \['pattern' => [string](../types/string.md), \];
***
[$authCodeTypeMessage](../constructors/authCodeTypeMessage.md) = \['length' => [int](../types/int.md), \];
***
[$authCodeTypeSms](../constructors/authCodeTypeSms.md) = \['length' => [int](../types/int.md), \];
***
[$authStateLoggingOut](../constructors/authStateLoggingOut.md) = \[\];
***
[$authStateOk](../constructors/authStateOk.md) = \[\];
***
[$authStateWaitCode](../constructors/authStateWaitCode.md) = \['is_registered' => [Bool](../types/Bool.md), 'code_type' => [AuthCodeType](../types/AuthCodeType.md), 'next_code_type' => [AuthCodeType](../types/AuthCodeType.md), 'timeout' => [int](../types/int.md), \];
***
[$authStateWaitPassword](../constructors/authStateWaitPassword.md) = \['password_hint' => [string](../types/string.md), 'has_recovery_email' => [Bool](../types/Bool.md), 'recovery_email_pattern' => [string](../types/string.md), \];
***
[$authStateWaitPhoneNumber](../constructors/authStateWaitPhoneNumber.md) = \[\];
***
[$botCommand](../constructors/botCommand.md) = \['command' => [string](../types/string.md), 'description' => [string](../types/string.md), \];
***
[$botInfo](../constructors/botInfo.md) = \['description' => [string](../types/string.md), 'commands' => \[[botCommand](../constructors/botCommand.md)\], \];
***
[$call](../constructors/call.md) = \['id' => [int](../types/int.md), 'user_id' => [int](../types/int.md), 'is_outgoing' => [Bool](../types/Bool.md), 'state' => [CallState](../types/CallState.md), \];
***
[$callConnection](../constructors/callConnection.md) = \['id' => [int64](../constructors/int64.md), 'ip' => [string](../types/string.md), 'ipv6' => [string](../types/string.md), 'port' => [int](../types/int.md), 'peer_tag' => [bytes](../types/bytes.md), \];
***
[$callDiscardReasonDeclined](../constructors/callDiscardReasonDeclined.md) = \[\];
***
[$callDiscardReasonDisconnected](../constructors/callDiscardReasonDisconnected.md) = \[\];
***
[$callDiscardReasonEmpty](../constructors/callDiscardReasonEmpty.md) = \[\];
***
[$callDiscardReasonHungUp](../constructors/callDiscardReasonHungUp.md) = \[\];
***
[$callDiscardReasonMissed](../constructors/callDiscardReasonMissed.md) = \[\];
***
[$callId](../constructors/callId.md) = \['id' => [int](../types/int.md), \];
***
[$callProtocol](../constructors/callProtocol.md) = \['udp_p2p' => [Bool](../types/Bool.md), 'udp_reflector' => [Bool](../types/Bool.md), 'min_layer' => [int](../types/int.md), 'max_layer' => [int](../types/int.md), \];
***
[$callStateDiscarded](../constructors/callStateDiscarded.md) = \['reason' => [CallDiscardReason](../types/CallDiscardReason.md), 'need_rating' => [Bool](../types/Bool.md), 'need_debug' => [Bool](../types/Bool.md), \];
***
[$callStateError](../constructors/callStateError.md) = \['error' => [error](../constructors/error.md), \];
***
[$callStateExchangingKeys](../constructors/callStateExchangingKeys.md) = \[\];
***
[$callStateHangingUp](../constructors/callStateHangingUp.md) = \[\];
***
[$callStatePending](../constructors/callStatePending.md) = \['is_created' => [Bool](../types/Bool.md), 'is_received' => [Bool](../types/Bool.md), \];
***
[$callStateReady](../constructors/callStateReady.md) = \['protocol' => [callProtocol](../constructors/callProtocol.md), 'connections' => \[[callConnection](../constructors/callConnection.md)\], 'config' => [string](../types/string.md), 'encryption_key' => [bytes](../types/bytes.md), 'emojis' => \[[string](../types/string.md)\], \];
***
[$callbackQueryAnswer](../constructors/callbackQueryAnswer.md) = \['text' => [string](../types/string.md), 'show_alert' => [Bool](../types/Bool.md), 'url' => [string](../types/string.md), \];
***
[$callbackQueryPayloadData](../constructors/callbackQueryPayloadData.md) = \['data' => [bytes](../types/bytes.md), \];
***
[$callbackQueryPayloadGame](../constructors/callbackQueryPayloadGame.md) = \['game_short_name' => [string](../types/string.md), \];
***
[$channel](../constructors/channel.md) = \['id' => [int](../types/int.md), 'username' => [string](../types/string.md), 'date' => [int](../types/int.md), 'status' => [ChatMemberStatus](../types/ChatMemberStatus.md), 'anyone_can_invite' => [Bool](../types/Bool.md), 'sign_messages' => [Bool](../types/Bool.md), 'is_supergroup' => [Bool](../types/Bool.md), 'is_verified' => [Bool](../types/Bool.md), 'restriction_reason' => [string](../types/string.md), \];
***
[$channelFull](../constructors/channelFull.md) = \['description' => [string](../types/string.md), 'member_count' => [int](../types/int.md), 'administrator_count' => [int](../types/int.md), 'restricted_count' => [int](../types/int.md), 'banned_count' => [int](../types/int.md), 'can_get_members' => [Bool](../types/Bool.md), 'can_set_username' => [Bool](../types/Bool.md), 'can_set_sticker_set' => [Bool](../types/Bool.md), 'sticker_set_id' => [int64](../constructors/int64.md), 'invite_link' => [string](../types/string.md), 'pinned_message_id' => [int53](../types/int53.md), 'migrated_from_group_id' => [int](../types/int.md), 'migrated_from_max_message_id' => [int53](../types/int53.md), \];
***
[$channelMembersFilterAdministrators](../constructors/channelMembersFilterAdministrators.md) = \[\];
***
[$channelMembersFilterBanned](../constructors/channelMembersFilterBanned.md) = \['query' => [string](../types/string.md), \];
***
[$channelMembersFilterBots](../constructors/channelMembersFilterBots.md) = \[\];
***
[$channelMembersFilterRecent](../constructors/channelMembersFilterRecent.md) = \[\];
***
[$channelMembersFilterRestricted](../constructors/channelMembersFilterRestricted.md) = \['query' => [string](../types/string.md), \];
***
[$channelMembersFilterSearch](../constructors/channelMembersFilterSearch.md) = \['query' => [string](../types/string.md), \];
***
[$chat](../constructors/chat.md) = \['id' => [int53](../types/int53.md), 'type' => [ChatType](../types/ChatType.md), 'title' => [string](../types/string.md), 'photo' => [chatPhoto](../constructors/chatPhoto.md), 'top_message' => [message](../constructors/message.md), 'order' => [int64](../constructors/int64.md), 'is_pinned' => [Bool](../types/Bool.md), 'unread_count' => [int](../types/int.md), 'last_read_inbox_message_id' => [int53](../types/int53.md), 'last_read_outbox_message_id' => [int53](../types/int53.md), 'unread_mention_count' => [int](../types/int.md), 'notification_settings' => [notificationSettings](../constructors/notificationSettings.md), 'reply_markup_message_id' => [int53](../types/int53.md), 'draft_message' => [draftMessage](../constructors/draftMessage.md), 'client_data' => [string](../types/string.md), \];
***
[$chatActionCancel](../constructors/chatActionCancel.md) = \[\];
***
[$chatActionChoosingContact](../constructors/chatActionChoosingContact.md) = \[\];
***
[$chatActionChoosingLocation](../constructors/chatActionChoosingLocation.md) = \[\];
***
[$chatActionRecordingVideo](../constructors/chatActionRecordingVideo.md) = \[\];
***
[$chatActionRecordingVideoNote](../constructors/chatActionRecordingVideoNote.md) = \[\];
***
[$chatActionRecordingVoice](../constructors/chatActionRecordingVoice.md) = \[\];
***
[$chatActionStartPlayingGame](../constructors/chatActionStartPlayingGame.md) = \[\];
***
[$chatActionTyping](../constructors/chatActionTyping.md) = \[\];
***
[$chatActionUploadingDocument](../constructors/chatActionUploadingDocument.md) = \['progress' => [int](../types/int.md), \];
***
[$chatActionUploadingPhoto](../constructors/chatActionUploadingPhoto.md) = \['progress' => [int](../types/int.md), \];
***
[$chatActionUploadingVideo](../constructors/chatActionUploadingVideo.md) = \['progress' => [int](../types/int.md), \];
***
[$chatActionUploadingVideoNote](../constructors/chatActionUploadingVideoNote.md) = \['progress' => [int](../types/int.md), \];
***
[$chatActionUploadingVoice](../constructors/chatActionUploadingVoice.md) = \['progress' => [int](../types/int.md), \];
***
[$chatEvent](../constructors/chatEvent.md) = \['id' => [int64](../constructors/int64.md), 'date' => [int](../types/int.md), 'user_id' => [int](../types/int.md), 'action' => [ChatEventAction](../types/ChatEventAction.md), \];
***
[$chatEventDescriptionChanged](../constructors/chatEventDescriptionChanged.md) = \['old_description' => [string](../types/string.md), 'new_description' => [string](../types/string.md), \];
***
[$chatEventInvitesToggled](../constructors/chatEventInvitesToggled.md) = \['anyone_can_invite' => [Bool](../types/Bool.md), \];
***
[$chatEventLogFilters](../constructors/chatEventLogFilters.md) = \['message_edits' => [Bool](../types/Bool.md), 'message_deletions' => [Bool](../types/Bool.md), 'message_pins' => [Bool](../types/Bool.md), 'member_joins' => [Bool](../types/Bool.md), 'member_leaves' => [Bool](../types/Bool.md), 'member_invites' => [Bool](../types/Bool.md), 'member_promotions' => [Bool](../types/Bool.md), 'member_restrictions' => [Bool](../types/Bool.md), 'info_changes' => [Bool](../types/Bool.md), 'setting_changes' => [Bool](../types/Bool.md), \];
***
[$chatEventMemberInvited](../constructors/chatEventMemberInvited.md) = \['user_id' => [int](../types/int.md), 'status' => [ChatMemberStatus](../types/ChatMemberStatus.md), \];
***
[$chatEventMemberJoined](../constructors/chatEventMemberJoined.md) = \[\];
***
[$chatEventMemberLeft](../constructors/chatEventMemberLeft.md) = \[\];
***
[$chatEventMemberPromoted](../constructors/chatEventMemberPromoted.md) = \['user_id' => [int](../types/int.md), 'old_status' => [ChatMemberStatus](../types/ChatMemberStatus.md), 'new_status' => [ChatMemberStatus](../types/ChatMemberStatus.md), \];
***
[$chatEventMemberRestricted](../constructors/chatEventMemberRestricted.md) = \['user_id' => [int](../types/int.md), 'old_status' => [ChatMemberStatus](../types/ChatMemberStatus.md), 'new_status' => [ChatMemberStatus](../types/ChatMemberStatus.md), \];
***
[$chatEventMessageDeleted](../constructors/chatEventMessageDeleted.md) = \['message' => [message](../constructors/message.md), \];
***
[$chatEventMessageEdited](../constructors/chatEventMessageEdited.md) = \['old_message' => [message](../constructors/message.md), 'new_message' => [message](../constructors/message.md), \];
***
[$chatEventMessagePinned](../constructors/chatEventMessagePinned.md) = \['message' => [message](../constructors/message.md), \];
***
[$chatEventMessageUnpinned](../constructors/chatEventMessageUnpinned.md) = \[\];
***
[$chatEventPhotoChanged](../constructors/chatEventPhotoChanged.md) = \['old_photo' => [chatPhoto](../constructors/chatPhoto.md), 'new_photo' => [chatPhoto](../constructors/chatPhoto.md), \];
***
[$chatEventSignMessagesToggled](../constructors/chatEventSignMessagesToggled.md) = \['sign_messages' => [Bool](../types/Bool.md), \];
***
[$chatEventStickerSetChanged](../constructors/chatEventStickerSetChanged.md) = \['old_sticker_set_id' => [int64](../constructors/int64.md), 'new_sticker_set_id' => [int64](../constructors/int64.md), \];
***
[$chatEventTitleChanged](../constructors/chatEventTitleChanged.md) = \['old_title' => [string](../types/string.md), 'new_title' => [string](../types/string.md), \];
***
[$chatEventUsernameChanged](../constructors/chatEventUsernameChanged.md) = \['old_username' => [string](../types/string.md), 'new_username' => [string](../types/string.md), \];
***
[$chatEvents](../constructors/chatEvents.md) = \['events' => \[[chatEvent](../constructors/chatEvent.md)\], \];
***
[$chatInviteLink](../constructors/chatInviteLink.md) = \['invite_link' => [string](../types/string.md), \];
***
[$chatInviteLinkInfo](../constructors/chatInviteLinkInfo.md) = \['chat_id' => [int53](../types/int53.md), 'title' => [string](../types/string.md), 'photo' => [chatPhoto](../constructors/chatPhoto.md), 'member_count' => [int](../types/int.md), 'member_user_ids' => \[[int](../types/int.md)\], 'is_group' => [Bool](../types/Bool.md), 'is_channel' => [Bool](../types/Bool.md), 'is_public_channel' => [Bool](../types/Bool.md), 'is_supergroup_channel' => [Bool](../types/Bool.md), \];
***
[$chatMember](../constructors/chatMember.md) = \['user_id' => [int](../types/int.md), 'inviter_user_id' => [int](../types/int.md), 'join_date' => [int](../types/int.md), 'status' => [ChatMemberStatus](../types/ChatMemberStatus.md), 'bot_info' => [botInfo](../constructors/botInfo.md), \];
***
[$chatMemberStatusAdministrator](../constructors/chatMemberStatusAdministrator.md) = \['can_be_edited' => [Bool](../types/Bool.md), 'can_change_info' => [Bool](../types/Bool.md), 'can_post_messages' => [Bool](../types/Bool.md), 'can_edit_messages' => [Bool](../types/Bool.md), 'can_delete_messages' => [Bool](../types/Bool.md), 'can_invite_users' => [Bool](../types/Bool.md), 'can_restrict_members' => [Bool](../types/Bool.md), 'can_pin_messages' => [Bool](../types/Bool.md), 'can_promote_members' => [Bool](../types/Bool.md), \];
***
[$chatMemberStatusBanned](../constructors/chatMemberStatusBanned.md) = \['banned_until_date' => [int](../types/int.md), \];
***
[$chatMemberStatusCreator](../constructors/chatMemberStatusCreator.md) = \[\];
***
[$chatMemberStatusLeft](../constructors/chatMemberStatusLeft.md) = \[\];
***
[$chatMemberStatusMember](../constructors/chatMemberStatusMember.md) = \[\];
***
[$chatMemberStatusRestricted](../constructors/chatMemberStatusRestricted.md) = \['is_member' => [Bool](../types/Bool.md), 'restricted_until_date' => [int](../types/int.md), 'can_send_messages' => [Bool](../types/Bool.md), 'can_send_media_messages' => [Bool](../types/Bool.md), 'can_send_other_messages' => [Bool](../types/Bool.md), 'can_add_web_page_previews' => [Bool](../types/Bool.md), \];
***
[$chatMembers](../constructors/chatMembers.md) = \['total_count' => [int](../types/int.md), 'members' => \[[chatMember](../constructors/chatMember.md)\], \];
***
[$chatPhoto](../constructors/chatPhoto.md) = \['small' => [file](../constructors/file.md), 'big' => [file](../constructors/file.md), \];
***
[$chatReportReasonOther](../constructors/chatReportReasonOther.md) = \['text' => [string](../types/string.md), \];
***
[$chatReportReasonPornography](../constructors/chatReportReasonPornography.md) = \[\];
***
[$chatReportReasonSpam](../constructors/chatReportReasonSpam.md) = \[\];
***
[$chatReportReasonViolence](../constructors/chatReportReasonViolence.md) = \[\];
***
[$chatReportSpamState](../constructors/chatReportSpamState.md) = \['can_report_spam' => [Bool](../types/Bool.md), \];
***
[$chatTypeChannel](../constructors/chatTypeChannel.md) = \['channel_id' => [int](../types/int.md), 'is_supergroup' => [Bool](../types/Bool.md), \];
***
[$chatTypeGroup](../constructors/chatTypeGroup.md) = \['group_id' => [int](../types/int.md), \];
***
[$chatTypePrivate](../constructors/chatTypePrivate.md) = \['user_id' => [int](../types/int.md), \];
***
[$chatTypeSecret](../constructors/chatTypeSecret.md) = \['secret_chat_id' => [int](../types/int.md), 'user_id' => [int](../types/int.md), \];
***
[$chats](../constructors/chats.md) = \['chat_ids' => \[[int53](../types/int53.md)\], \];
***
[$connectionStateConnecting](../constructors/connectionStateConnecting.md) = \[\];
***
[$connectionStateConnectingToProxy](../constructors/connectionStateConnectingToProxy.md) = \[\];
***
[$connectionStateReady](../constructors/connectionStateReady.md) = \[\];
***
[$connectionStateUpdating](../constructors/connectionStateUpdating.md) = \[\];
***
[$connectionStateWaitingForNetwork](../constructors/connectionStateWaitingForNetwork.md) = \[\];
***
[$contact](../constructors/contact.md) = \['phone_number' => [string](../types/string.md), 'first_name' => [string](../types/string.md), 'last_name' => [string](../types/string.md), 'user_id' => [int](../types/int.md), \];
***
[$count](../constructors/count.md) = \['count' => [int](../types/int.md), \];
***
[$customRequestResult](../constructors/customRequestResult.md) = \['result' => [string](../types/string.md), \];
***
[$deviceTokenApns](../constructors/deviceTokenApns.md) = \['token' => [string](../types/string.md), \];
***
[$deviceTokenBlackberry](../constructors/deviceTokenBlackberry.md) = \['token' => [string](../types/string.md), \];
***
[$deviceTokenGcm](../constructors/deviceTokenGcm.md) = \['token' => [string](../types/string.md), \];
***
[$deviceTokenMpns](../constructors/deviceTokenMpns.md) = \['token' => [string](../types/string.md), \];
***
[$deviceTokenSimplePush](../constructors/deviceTokenSimplePush.md) = \['token' => [string](../types/string.md), \];
***
[$deviceTokenUbuntuPhone](../constructors/deviceTokenUbuntuPhone.md) = \['token' => [string](../types/string.md), \];
***
[$document](../constructors/document.md) = \['file_name' => [string](../types/string.md), 'mime_type' => [string](../types/string.md), 'thumb' => [photoSize](../constructors/photoSize.md), 'document' => [file](../constructors/file.md), \];
***
[$draftMessage](../constructors/draftMessage.md) = \['reply_to_message_id' => [int53](../types/int53.md), 'input_message_text' => [InputMessageContent](../types/InputMessageContent.md), \];
***
[$error](../constructors/error.md) = \['code' => [int](../types/int.md), 'message' => [string](../types/string.md), \];
***
[$file](../constructors/file.md) = \['id' => [int](../types/int.md), 'persistent_id' => [string](../types/string.md), 'size' => [int](../types/int.md), 'is_being_downloaded' => [Bool](../types/Bool.md), 'local_size' => [int](../types/int.md), 'is_being_uploaded' => [Bool](../types/Bool.md), 'remote_size' => [int](../types/int.md), 'path' => [string](../types/string.md), \];
***
[$fileTypeAnimation](../constructors/fileTypeAnimation.md) = \[\];
***
[$fileTypeAudio](../constructors/fileTypeAudio.md) = \[\];
***
[$fileTypeDocument](../constructors/fileTypeDocument.md) = \[\];
***
[$fileTypeNone](../constructors/fileTypeNone.md) = \[\];
***
[$fileTypePhoto](../constructors/fileTypePhoto.md) = \[\];
***
[$fileTypeProfilePhoto](../constructors/fileTypeProfilePhoto.md) = \[\];
***
[$fileTypeSecret](../constructors/fileTypeSecret.md) = \[\];
***
[$fileTypeSecretThumb](../constructors/fileTypeSecretThumb.md) = \[\];
***
[$fileTypeSticker](../constructors/fileTypeSticker.md) = \[\];
***
[$fileTypeThumb](../constructors/fileTypeThumb.md) = \[\];
***
[$fileTypeUnknown](../constructors/fileTypeUnknown.md) = \[\];
***
[$fileTypeVideo](../constructors/fileTypeVideo.md) = \[\];
***
[$fileTypeVideoNote](../constructors/fileTypeVideoNote.md) = \[\];
***
[$fileTypeVoice](../constructors/fileTypeVoice.md) = \[\];
***
[$fileTypeWallpaper](../constructors/fileTypeWallpaper.md) = \[\];
***
[$foundMessages](../constructors/foundMessages.md) = \['messages' => \[[message](../constructors/message.md)\], 'next_from_search_id' => [int64](../constructors/int64.md), \];
***
[$game](../constructors/game.md) = \['id' => [int64](../constructors/int64.md), 'short_name' => [string](../types/string.md), 'title' => [string](../types/string.md), 'text' => [string](../types/string.md), 'text_entities' => \[[textEntity](../constructors/textEntity.md)\], 'description' => [string](../types/string.md), 'photo' => [photo](../constructors/photo.md), 'animation' => [animation](../constructors/animation.md), \];
***
[$gameHighScore](../constructors/gameHighScore.md) = \['position' => [int](../types/int.md), 'user_id' => [int](../types/int.md), 'score' => [int](../types/int.md), \];
***
[$gameHighScores](../constructors/gameHighScores.md) = \['scores' => \[[gameHighScore](../constructors/gameHighScore.md)\], \];
***
[$group](../constructors/group.md) = \['id' => [int](../types/int.md), 'member_count' => [int](../types/int.md), 'status' => [ChatMemberStatus](../types/ChatMemberStatus.md), 'everyone_is_administrator' => [Bool](../types/Bool.md), 'is_active' => [Bool](../types/Bool.md), 'migrated_to_channel_id' => [int](../types/int.md), \];
***
[$groupFull](../constructors/groupFull.md) = \['creator_user_id' => [int](../types/int.md), 'members' => \[[chatMember](../constructors/chatMember.md)\], 'invite_link' => [string](../types/string.md), \];
***
[$hashtags](../constructors/hashtags.md) = \['hashtags' => \[[string](../types/string.md)\], \];
***
[$importedContacts](../constructors/importedContacts.md) = \['user_ids' => \[[int](../types/int.md)\], 'importer_count' => \[[int](../types/int.md)\], \];
***
[$inlineKeyboardButton](../constructors/inlineKeyboardButton.md) = \['text' => [string](../types/string.md), 'type' => [InlineKeyboardButtonType](../types/InlineKeyboardButtonType.md), \];
***
[$inlineKeyboardButtonTypeBuy](../constructors/inlineKeyboardButtonTypeBuy.md) = \[\];
***
[$inlineKeyboardButtonTypeCallback](../constructors/inlineKeyboardButtonTypeCallback.md) = \['data' => [bytes](../types/bytes.md), \];
***
[$inlineKeyboardButtonTypeCallbackGame](../constructors/inlineKeyboardButtonTypeCallbackGame.md) = \[\];
***
[$inlineKeyboardButtonTypeSwitchInline](../constructors/inlineKeyboardButtonTypeSwitchInline.md) = \['query' => [string](../types/string.md), 'in_current_chat' => [Bool](../types/Bool.md), \];
***
[$inlineKeyboardButtonTypeUrl](../constructors/inlineKeyboardButtonTypeUrl.md) = \['url' => [string](../types/string.md), \];
***
[$inlineQueryResultAnimation](../constructors/inlineQueryResultAnimation.md) = \['id' => [string](../types/string.md), 'animation' => [animation](../constructors/animation.md), 'title' => [string](../types/string.md), \];
***
[$inlineQueryResultArticle](../constructors/inlineQueryResultArticle.md) = \['id' => [string](../types/string.md), 'url' => [string](../types/string.md), 'hide_url' => [Bool](../types/Bool.md), 'title' => [string](../types/string.md), 'description' => [string](../types/string.md), 'thumb' => [photoSize](../constructors/photoSize.md), \];
***
[$inlineQueryResultAudio](../constructors/inlineQueryResultAudio.md) = \['id' => [string](../types/string.md), 'audio' => [audio](../constructors/audio.md), \];
***
[$inlineQueryResultContact](../constructors/inlineQueryResultContact.md) = \['id' => [string](../types/string.md), 'contact' => [contact](../constructors/contact.md), 'thumb' => [photoSize](../constructors/photoSize.md), \];
***
[$inlineQueryResultDocument](../constructors/inlineQueryResultDocument.md) = \['id' => [string](../types/string.md), 'document' => [document](../constructors/document.md), 'title' => [string](../types/string.md), 'description' => [string](../types/string.md), \];
***
[$inlineQueryResultGame](../constructors/inlineQueryResultGame.md) = \['id' => [string](../types/string.md), 'game' => [game](../constructors/game.md), \];
***
[$inlineQueryResultLocation](../constructors/inlineQueryResultLocation.md) = \['id' => [string](../types/string.md), 'location' => [location](../constructors/location.md), 'title' => [string](../types/string.md), 'thumb' => [photoSize](../constructors/photoSize.md), \];
***
[$inlineQueryResultPhoto](../constructors/inlineQueryResultPhoto.md) = \['id' => [string](../types/string.md), 'photo' => [photo](../constructors/photo.md), 'title' => [string](../types/string.md), 'description' => [string](../types/string.md), \];
***
[$inlineQueryResultSticker](../constructors/inlineQueryResultSticker.md) = \['id' => [string](../types/string.md), 'sticker' => [sticker](../constructors/sticker.md), \];
***
[$inlineQueryResultVenue](../constructors/inlineQueryResultVenue.md) = \['id' => [string](../types/string.md), 'venue' => [venue](../constructors/venue.md), 'thumb' => [photoSize](../constructors/photoSize.md), \];
***
[$inlineQueryResultVideo](../constructors/inlineQueryResultVideo.md) = \['id' => [string](../types/string.md), 'video' => [video](../constructors/video.md), 'title' => [string](../types/string.md), 'description' => [string](../types/string.md), \];
***
[$inlineQueryResultVoice](../constructors/inlineQueryResultVoice.md) = \['id' => [string](../types/string.md), 'voice' => [voice](../constructors/voice.md), 'title' => [string](../types/string.md), \];
***
[$inlineQueryResults](../constructors/inlineQueryResults.md) = \['inline_query_id' => [int64](../constructors/int64.md), 'next_offset' => [string](../types/string.md), 'results' => \[[InlineQueryResult](../types/InlineQueryResult.md)\], 'switch_pm_text' => [string](../types/string.md), 'switch_pm_parameter' => [string](../types/string.md), \];
***
[$inputCredentialsNew](../constructors/inputCredentialsNew.md) = \['data' => [string](../types/string.md), 'allow_save' => [Bool](../types/Bool.md), \];
***
[$inputCredentialsSaved](../constructors/inputCredentialsSaved.md) = \['saved_credentials_id' => [string](../types/string.md), \];
***
[$inputFileGenerated](../constructors/inputFileGenerated.md) = \['original_path' => [string](../types/string.md), 'conversion' => [string](../types/string.md), 'expected_size' => [int](../types/int.md), \];
***
[$inputFileId](../constructors/inputFileId.md) = \['id' => [int](../types/int.md), \];
***
[$inputFileLocal](../constructors/inputFileLocal.md) = \['path' => [string](../types/string.md), \];
***
[$inputFilePersistentId](../constructors/inputFilePersistentId.md) = \['persistent_id' => [string](../types/string.md), \];
***
[$inputInlineQueryResultAnimatedGif](../constructors/inputInlineQueryResultAnimatedGif.md) = \['id' => [string](../types/string.md), 'title' => [string](../types/string.md), 'thumb_url' => [string](../types/string.md), 'gif_url' => [string](../types/string.md), 'gif_duration' => [int](../types/int.md), 'gif_width' => [int](../types/int.md), 'gif_height' => [int](../types/int.md), 'reply_markup' => [ReplyMarkup](../types/ReplyMarkup.md), 'input_message_content' => [InputMessageContent](../types/InputMessageContent.md), \];
***
[$inputInlineQueryResultAnimatedMpeg4](../constructors/inputInlineQueryResultAnimatedMpeg4.md) = \['id' => [string](../types/string.md), 'title' => [string](../types/string.md), 'thumb_url' => [string](../types/string.md), 'mpeg4_url' => [string](../types/string.md), 'mpeg4_duration' => [int](../types/int.md), 'mpeg4_width' => [int](../types/int.md), 'mpeg4_height' => [int](../types/int.md), 'reply_markup' => [ReplyMarkup](../types/ReplyMarkup.md), 'input_message_content' => [InputMessageContent](../types/InputMessageContent.md), \];
***
[$inputInlineQueryResultArticle](../constructors/inputInlineQueryResultArticle.md) = \['id' => [string](../types/string.md), 'url' => [string](../types/string.md), 'hide_url' => [Bool](../types/Bool.md), 'title' => [string](../types/string.md), 'description' => [string](../types/string.md), 'thumb_url' => [string](../types/string.md), 'thumb_width' => [int](../types/int.md), 'thumb_height' => [int](../types/int.md), 'reply_markup' => [ReplyMarkup](../types/ReplyMarkup.md), 'input_message_content' => [InputMessageContent](../types/InputMessageContent.md), \];
***
[$inputInlineQueryResultAudio](../constructors/inputInlineQueryResultAudio.md) = \['id' => [string](../types/string.md), 'title' => [string](../types/string.md), 'performer' => [string](../types/string.md), 'audio_url' => [string](../types/string.md), 'audio_duration' => [int](../types/int.md), 'reply_markup' => [ReplyMarkup](../types/ReplyMarkup.md), 'input_message_content' => [InputMessageContent](../types/InputMessageContent.md), \];
***
[$inputInlineQueryResultContact](../constructors/inputInlineQueryResultContact.md) = \['id' => [string](../types/string.md), 'contact' => [contact](../constructors/contact.md), 'thumb_url' => [string](../types/string.md), 'thumb_width' => [int](../types/int.md), 'thumb_height' => [int](../types/int.md), 'reply_markup' => [ReplyMarkup](../types/ReplyMarkup.md), 'input_message_content' => [InputMessageContent](../types/InputMessageContent.md), \];
***
[$inputInlineQueryResultDocument](../constructors/inputInlineQueryResultDocument.md) = \['id' => [string](../types/string.md), 'title' => [string](../types/string.md), 'description' => [string](../types/string.md), 'document_url' => [string](../types/string.md), 'mime_type' => [string](../types/string.md), 'thumb_url' => [string](../types/string.md), 'thumb_width' => [int](../types/int.md), 'thumb_height' => [int](../types/int.md), 'reply_markup' => [ReplyMarkup](../types/ReplyMarkup.md), 'input_message_content' => [InputMessageContent](../types/InputMessageContent.md), \];
***
[$inputInlineQueryResultGame](../constructors/inputInlineQueryResultGame.md) = \['id' => [string](../types/string.md), 'game_short_name' => [string](../types/string.md), 'reply_markup' => [ReplyMarkup](../types/ReplyMarkup.md), \];
***
[$inputInlineQueryResultLocation](../constructors/inputInlineQueryResultLocation.md) = \['id' => [string](../types/string.md), 'location' => [location](../constructors/location.md), 'title' => [string](../types/string.md), 'thumb_url' => [string](../types/string.md), 'thumb_width' => [int](../types/int.md), 'thumb_height' => [int](../types/int.md), 'reply_markup' => [ReplyMarkup](../types/ReplyMarkup.md), 'input_message_content' => [InputMessageContent](../types/InputMessageContent.md), \];
***
[$inputInlineQueryResultPhoto](../constructors/inputInlineQueryResultPhoto.md) = \['id' => [string](../types/string.md), 'title' => [string](../types/string.md), 'description' => [string](../types/string.md), 'thumb_url' => [string](../types/string.md), 'photo_url' => [string](../types/string.md), 'photo_width' => [int](../types/int.md), 'photo_height' => [int](../types/int.md), 'reply_markup' => [ReplyMarkup](../types/ReplyMarkup.md), 'input_message_content' => [InputMessageContent](../types/InputMessageContent.md), \];
***
[$inputInlineQueryResultSticker](../constructors/inputInlineQueryResultSticker.md) = \['id' => [string](../types/string.md), 'thumb_url' => [string](../types/string.md), 'sticker_url' => [string](../types/string.md), 'sticker_width' => [int](../types/int.md), 'sticker_height' => [int](../types/int.md), 'reply_markup' => [ReplyMarkup](../types/ReplyMarkup.md), 'input_message_content' => [InputMessageContent](../types/InputMessageContent.md), \];
***
[$inputInlineQueryResultVenue](../constructors/inputInlineQueryResultVenue.md) = \['id' => [string](../types/string.md), 'venue' => [venue](../constructors/venue.md), 'thumb_url' => [string](../types/string.md), 'thumb_width' => [int](../types/int.md), 'thumb_height' => [int](../types/int.md), 'reply_markup' => [ReplyMarkup](../types/ReplyMarkup.md), 'input_message_content' => [InputMessageContent](../types/InputMessageContent.md), \];
***
[$inputInlineQueryResultVideo](../constructors/inputInlineQueryResultVideo.md) = \['id' => [string](../types/string.md), 'title' => [string](../types/string.md), 'description' => [string](../types/string.md), 'thumb_url' => [string](../types/string.md), 'video_url' => [string](../types/string.md), 'mime_type' => [string](../types/string.md), 'video_width' => [int](../types/int.md), 'video_height' => [int](../types/int.md), 'video_duration' => [int](../types/int.md), 'reply_markup' => [ReplyMarkup](../types/ReplyMarkup.md), 'input_message_content' => [InputMessageContent](../types/InputMessageContent.md), \];
***
[$inputInlineQueryResultVoice](../constructors/inputInlineQueryResultVoice.md) = \['id' => [string](../types/string.md), 'title' => [string](../types/string.md), 'voice_url' => [string](../types/string.md), 'voice_duration' => [int](../types/int.md), 'reply_markup' => [ReplyMarkup](../types/ReplyMarkup.md), 'input_message_content' => [InputMessageContent](../types/InputMessageContent.md), \];
***
[$inputMessageAnimation](../constructors/inputMessageAnimation.md) = \['animation' => [InputFile](../types/InputFile.md), 'thumb' => [inputThumb](../constructors/inputThumb.md), 'duration' => [int](../types/int.md), 'width' => [int](../types/int.md), 'height' => [int](../types/int.md), 'caption' => [string](../types/string.md), \];
***
[$inputMessageAudio](../constructors/inputMessageAudio.md) = \['audio' => [InputFile](../types/InputFile.md), 'album_cover_thumb' => [inputThumb](../constructors/inputThumb.md), 'duration' => [int](../types/int.md), 'title' => [string](../types/string.md), 'performer' => [string](../types/string.md), 'caption' => [string](../types/string.md), \];
***
[$inputMessageContact](../constructors/inputMessageContact.md) = \['contact' => [contact](../constructors/contact.md), \];
***
[$inputMessageDocument](../constructors/inputMessageDocument.md) = \['document' => [InputFile](../types/InputFile.md), 'thumb' => [inputThumb](../constructors/inputThumb.md), 'caption' => [string](../types/string.md), \];
***
[$inputMessageForwarded](../constructors/inputMessageForwarded.md) = \['from_chat_id' => [int53](../types/int53.md), 'message_id' => [int53](../types/int53.md), 'in_game_share' => [Bool](../types/Bool.md), \];
***
[$inputMessageGame](../constructors/inputMessageGame.md) = \['bot_user_id' => [int](../types/int.md), 'game_short_name' => [string](../types/string.md), \];
***
[$inputMessageInvoice](../constructors/inputMessageInvoice.md) = \['invoice' => [invoice](../constructors/invoice.md), 'title' => [string](../types/string.md), 'description' => [string](../types/string.md), 'photo_url' => [string](../types/string.md), 'photo_size' => [int](../types/int.md), 'photo_width' => [int](../types/int.md), 'photo_height' => [int](../types/int.md), 'payload' => [bytes](../types/bytes.md), 'provider_token' => [string](../types/string.md), 'start_parameter' => [string](../types/string.md), \];
***
[$inputMessageLocation](../constructors/inputMessageLocation.md) = \['location' => [location](../constructors/location.md), \];
***
[$inputMessagePhoto](../constructors/inputMessagePhoto.md) = \['photo' => [InputFile](../types/InputFile.md), 'thumb' => [inputThumb](../constructors/inputThumb.md), 'added_sticker_file_ids' => \[[int](../types/int.md)\], 'width' => [int](../types/int.md), 'height' => [int](../types/int.md), 'caption' => [string](../types/string.md), 'ttl' => [int](../types/int.md), \];
***
[$inputMessageSticker](../constructors/inputMessageSticker.md) = \['sticker' => [InputFile](../types/InputFile.md), 'thumb' => [inputThumb](../constructors/inputThumb.md), 'width' => [int](../types/int.md), 'height' => [int](../types/int.md), \];
***
[$inputMessageText](../constructors/inputMessageText.md) = \['text' => [string](../types/string.md), 'disable_web_page_preview' => [Bool](../types/Bool.md), 'clear_draft' => [Bool](../types/Bool.md), 'entities' => \[[textEntity](../constructors/textEntity.md)\], 'parse_mode' => [TextParseMode](../types/TextParseMode.md), \];
***
[$inputMessageVenue](../constructors/inputMessageVenue.md) = \['venue' => [venue](../constructors/venue.md), \];
***
[$inputMessageVideo](../constructors/inputMessageVideo.md) = \['video' => [InputFile](../types/InputFile.md), 'thumb' => [inputThumb](../constructors/inputThumb.md), 'added_sticker_file_ids' => \[[int](../types/int.md)\], 'duration' => [int](../types/int.md), 'width' => [int](../types/int.md), 'height' => [int](../types/int.md), 'caption' => [string](../types/string.md), 'ttl' => [int](../types/int.md), \];
***
[$inputMessageVideoNote](../constructors/inputMessageVideoNote.md) = \['video_note' => [InputFile](../types/InputFile.md), 'thumb' => [inputThumb](../constructors/inputThumb.md), 'duration' => [int](../types/int.md), 'length' => [int](../types/int.md), \];
***
[$inputMessageVoice](../constructors/inputMessageVoice.md) = \['voice' => [InputFile](../types/InputFile.md), 'duration' => [int](../types/int.md), 'waveform' => [bytes](../types/bytes.md), 'caption' => [string](../types/string.md), \];
***
[$inputSticker](../constructors/inputSticker.md) = \['png_sticker' => [InputFile](../types/InputFile.md), 'emojis' => [string](../types/string.md), 'mask_position' => [maskPosition](../constructors/maskPosition.md), \];
***
[$inputThumb](../constructors/inputThumb.md) = \['thumb' => [InputFile](../types/InputFile.md), 'width' => [int](../types/int.md), 'height' => [int](../types/int.md), \];
***
[$invoice](../constructors/invoice.md) = \['currency' => [string](../types/string.md), 'prices' => \[[labeledPrice](../constructors/labeledPrice.md)\], 'is_test' => [Bool](../types/Bool.md), 'need_name' => [Bool](../types/Bool.md), 'need_phone_number' => [Bool](../types/Bool.md), 'need_email' => [Bool](../types/Bool.md), 'need_shipping_address' => [Bool](../types/Bool.md), 'is_flexible' => [Bool](../types/Bool.md), \];
***
[$keyboardButton](../constructors/keyboardButton.md) = \['text' => [string](../types/string.md), 'type' => [KeyboardButtonType](../types/KeyboardButtonType.md), \];
***
[$keyboardButtonTypeRequestLocation](../constructors/keyboardButtonTypeRequestLocation.md) = \[\];
***
[$keyboardButtonTypeRequestPhoneNumber](../constructors/keyboardButtonTypeRequestPhoneNumber.md) = \[\];
***
[$keyboardButtonTypeText](../constructors/keyboardButtonTypeText.md) = \[\];
***
[$labeledPrice](../constructors/labeledPrice.md) = \['label' => [string](../types/string.md), 'amount' => [int53](../types/int53.md), \];
***
[$linkStateContact](../constructors/linkStateContact.md) = \[\];
***
[$linkStateKnowsPhoneNumber](../constructors/linkStateKnowsPhoneNumber.md) = \[\];
***
[$linkStateNone](../constructors/linkStateNone.md) = \[\];
***
[$location](../constructors/location.md) = \['latitude' => [double](../types/double.md), 'longitude' => [double](../types/double.md), \];
***
[$maskPosition](../constructors/maskPosition.md) = \['point' => [int](../types/int.md), 'x_shift' => [double](../types/double.md), 'y_shift' => [double](../types/double.md), 'scale' => [double](../types/double.md), \];
***
[$message](../constructors/message.md) = \['id' => [int53](../types/int53.md), 'sender_user_id' => [int](../types/int.md), 'chat_id' => [int53](../types/int53.md), 'send_state' => [MessageSendState](../types/MessageSendState.md), 'can_be_edited' => [Bool](../types/Bool.md), 'can_be_forwarded' => [Bool](../types/Bool.md), 'can_be_deleted_only_for_self' => [Bool](../types/Bool.md), 'can_be_deleted_for_everyone' => [Bool](../types/Bool.md), 'is_post' => [Bool](../types/Bool.md), 'contains_unread_mention' => [Bool](../types/Bool.md), 'date' => [int](../types/int.md), 'edit_date' => [int](../types/int.md), 'forward_info' => [MessageForwardInfo](../types/MessageForwardInfo.md), 'reply_to_message_id' => [int53](../types/int53.md), 'ttl' => [int](../types/int.md), 'ttl_expires_in' => [double](../types/double.md), 'via_bot_user_id' => [int](../types/int.md), 'author_signature' => [string](../types/string.md), 'views' => [int](../types/int.md), 'content' => [MessageContent](../types/MessageContent.md), 'reply_markup' => [ReplyMarkup](../types/ReplyMarkup.md), \];
***
[$messageAnimation](../constructors/messageAnimation.md) = \['animation' => [animation](../constructors/animation.md), 'caption' => [string](../types/string.md), \];
***
[$messageAudio](../constructors/messageAudio.md) = \['audio' => [audio](../constructors/audio.md), 'caption' => [string](../types/string.md), \];
***
[$messageCall](../constructors/messageCall.md) = \['discard_reason' => [CallDiscardReason](../types/CallDiscardReason.md), 'duration' => [int](../types/int.md), \];
***
[$messageChannelChatCreate](../constructors/messageChannelChatCreate.md) = \['title' => [string](../types/string.md), \];
***
[$messageChatAddMembers](../constructors/messageChatAddMembers.md) = \['member_user_ids' => \[[int](../types/int.md)\], \];
***
[$messageChatChangePhoto](../constructors/messageChatChangePhoto.md) = \['photo' => [photo](../constructors/photo.md), \];
***
[$messageChatChangeTitle](../constructors/messageChatChangeTitle.md) = \['title' => [string](../types/string.md), \];
***
[$messageChatDeleteMember](../constructors/messageChatDeleteMember.md) = \['user_id' => [int](../types/int.md), \];
***
[$messageChatDeletePhoto](../constructors/messageChatDeletePhoto.md) = \[\];
***
[$messageChatJoinByLink](../constructors/messageChatJoinByLink.md) = \[\];
***
[$messageChatMigrateFrom](../constructors/messageChatMigrateFrom.md) = \['title' => [string](../types/string.md), 'group_id' => [int](../types/int.md), \];
***
[$messageChatMigrateTo](../constructors/messageChatMigrateTo.md) = \['channel_id' => [int](../types/int.md), \];
***
[$messageChatSetTtl](../constructors/messageChatSetTtl.md) = \['ttl' => [int](../types/int.md), \];
***
[$messageContact](../constructors/messageContact.md) = \['contact' => [contact](../constructors/contact.md), \];
***
[$messageContactRegistered](../constructors/messageContactRegistered.md) = \[\];
***
[$messageDocument](../constructors/messageDocument.md) = \['document' => [document](../constructors/document.md), 'caption' => [string](../types/string.md), \];
***
[$messageExpiredPhoto](../constructors/messageExpiredPhoto.md) = \[\];
***
[$messageExpiredVideo](../constructors/messageExpiredVideo.md) = \[\];
***
[$messageForwardedFromUser](../constructors/messageForwardedFromUser.md) = \['sender_user_id' => [int](../types/int.md), 'date' => [int](../types/int.md), \];
***
[$messageForwardedPost](../constructors/messageForwardedPost.md) = \['chat_id' => [int53](../types/int53.md), 'author_signature' => [string](../types/string.md), 'date' => [int](../types/int.md), 'message_id' => [int53](../types/int53.md), \];
***
[$messageGame](../constructors/messageGame.md) = \['game' => [game](../constructors/game.md), \];
***
[$messageGameScore](../constructors/messageGameScore.md) = \['game_message_id' => [int53](../types/int53.md), 'game_id' => [int64](../constructors/int64.md), 'score' => [int](../types/int.md), \];
***
[$messageGroupChatCreate](../constructors/messageGroupChatCreate.md) = \['title' => [string](../types/string.md), 'member_user_ids' => \[[int](../types/int.md)\], \];
***
[$messageInvoice](../constructors/messageInvoice.md) = \['title' => [string](../types/string.md), 'description' => [string](../types/string.md), 'photo' => [photo](../constructors/photo.md), 'currency' => [string](../types/string.md), 'total_amount' => [int53](../types/int53.md), 'start_parameter' => [string](../types/string.md), 'is_test' => [Bool](../types/Bool.md), 'need_shipping_address' => [Bool](../types/Bool.md), 'receipt_message_id' => [int53](../types/int53.md), \];
***
[$messageIsBeingSent](../constructors/messageIsBeingSent.md) = \[\];
***
[$messageIsFailedToSend](../constructors/messageIsFailedToSend.md) = \[\];
***
[$messageIsIncoming](../constructors/messageIsIncoming.md) = \[\];
***
[$messageIsSuccessfullySent](../constructors/messageIsSuccessfullySent.md) = \[\];
***
[$messageLocation](../constructors/messageLocation.md) = \['location' => [location](../constructors/location.md), \];
***
[$messagePaymentSuccessful](../constructors/messagePaymentSuccessful.md) = \['currency' => [string](../types/string.md), 'total_amount' => [int53](../types/int53.md), \];
***
[$messagePaymentSuccessfulBot](../constructors/messagePaymentSuccessfulBot.md) = \['currency' => [string](../types/string.md), 'total_amount' => [int53](../types/int53.md), 'invoice_payload' => [bytes](../types/bytes.md), 'shipping_option_id' => [string](../types/string.md), 'order_info' => [orderInfo](../constructors/orderInfo.md), 'telegram_payment_charge_id' => [string](../types/string.md), 'provider_payment_charge_id' => [string](../types/string.md), \];
***
[$messagePhoto](../constructors/messagePhoto.md) = \['photo' => [photo](../constructors/photo.md), 'caption' => [string](../types/string.md), \];
***
[$messagePinMessage](../constructors/messagePinMessage.md) = \['message_id' => [int53](../types/int53.md), \];
***
[$messageScreenshotTaken](../constructors/messageScreenshotTaken.md) = \[\];
***
[$messageSticker](../constructors/messageSticker.md) = \['sticker' => [sticker](../constructors/sticker.md), \];
***
[$messageText](../constructors/messageText.md) = \['text' => [string](../types/string.md), 'entities' => \[[textEntity](../constructors/textEntity.md)\], 'web_page' => [webPage](../constructors/webPage.md), \];
***
[$messageUnsupported](../constructors/messageUnsupported.md) = \[\];
***
[$messageVenue](../constructors/messageVenue.md) = \['venue' => [venue](../constructors/venue.md), \];
***
[$messageVideo](../constructors/messageVideo.md) = \['video' => [video](../constructors/video.md), 'caption' => [string](../types/string.md), \];
***
[$messageVideoNote](../constructors/messageVideoNote.md) = \['video_note' => [videoNote](../constructors/videoNote.md), 'is_viewed' => [Bool](../types/Bool.md), \];
***
[$messageVoice](../constructors/messageVoice.md) = \['voice' => [voice](../constructors/voice.md), 'caption' => [string](../types/string.md), 'is_listened' => [Bool](../types/Bool.md), \];
***
[$messages](../constructors/messages.md) = \['total_count' => [int](../types/int.md), 'messages' => \[[message](../constructors/message.md)\], \];
***
[$networkStatistics](../constructors/networkStatistics.md) = \['since_date' => [int](../types/int.md), 'entries' => \[[NetworkStatisticsEntry](../types/NetworkStatisticsEntry.md)\], \];
***
[$networkStatisticsEntryCall](../constructors/networkStatisticsEntryCall.md) = \['network_type' => [NetworkType](../types/NetworkType.md), 'sent_bytes' => [int53](../types/int53.md), 'received_bytes' => [int53](../types/int53.md), 'duration' => [double](../types/double.md), \];
***
[$networkStatisticsEntryFile](../constructors/networkStatisticsEntryFile.md) = \['file_type' => [FileType](../types/FileType.md), 'network_type' => [NetworkType](../types/NetworkType.md), 'sent_bytes' => [int53](../types/int53.md), 'received_bytes' => [int53](../types/int53.md), \];
***
[$networkTypeMobile](../constructors/networkTypeMobile.md) = \[\];
***
[$networkTypeMobileRoaming](../constructors/networkTypeMobileRoaming.md) = \[\];
***
[$networkTypeNone](../constructors/networkTypeNone.md) = \[\];
***
[$networkTypeOther](../constructors/networkTypeOther.md) = \[\];
***
[$networkTypeWiFi](../constructors/networkTypeWiFi.md) = \[\];
***
[$notificationSettings](../constructors/notificationSettings.md) = \['mute_for' => [int](../types/int.md), 'sound' => [string](../types/string.md), 'show_preview' => [Bool](../types/Bool.md), \];
***
[$notificationSettingsScopeAllChats](../constructors/notificationSettingsScopeAllChats.md) = \[\];
***
[$notificationSettingsScopeChat](../constructors/notificationSettingsScopeChat.md) = \['chat_id' => [int53](../types/int53.md), \];
***
[$notificationSettingsScopeGroupChats](../constructors/notificationSettingsScopeGroupChats.md) = \[\];
***
[$notificationSettingsScopePrivateChats](../constructors/notificationSettingsScopePrivateChats.md) = \[\];
***
[$ok](../constructors/ok.md) = \[\];
***
[$optionValueBoolean](../constructors/optionValueBoolean.md) = \['value' => [Bool](../types/Bool.md), \];
***
[$optionValueEmpty](../constructors/optionValueEmpty.md) = \[\];
***
[$optionValueInteger](../constructors/optionValueInteger.md) = \['value' => [int](../types/int.md), \];
***
[$optionValueString](../constructors/optionValueString.md) = \['value' => [string](../types/string.md), \];
***
[$orderInfo](../constructors/orderInfo.md) = \['name' => [string](../types/string.md), 'phone_number' => [string](../types/string.md), 'email' => [string](../types/string.md), 'shipping_address' => [shippingAddress](../constructors/shippingAddress.md), \];
***
[$pageBlockAnchor](../constructors/pageBlockAnchor.md) = \['name' => [string](../types/string.md), \];
***
[$pageBlockAnimation](../constructors/pageBlockAnimation.md) = \['animation' => [animation](../constructors/animation.md), 'caption' => [RichText](../types/RichText.md), 'need_autoplay' => [Bool](../types/Bool.md), \];
***
[$pageBlockAudio](../constructors/pageBlockAudio.md) = \['audio' => [audio](../constructors/audio.md), 'caption' => [RichText](../types/RichText.md), \];
***
[$pageBlockAuthorDate](../constructors/pageBlockAuthorDate.md) = \['author' => [RichText](../types/RichText.md), 'publish_date' => [int](../types/int.md), \];
***
[$pageBlockBlockQuote](../constructors/pageBlockBlockQuote.md) = \['text' => [RichText](../types/RichText.md), 'caption' => [RichText](../types/RichText.md), \];
***
[$pageBlockChatLink](../constructors/pageBlockChatLink.md) = \['title' => [string](../types/string.md), 'photo' => [chatPhoto](../constructors/chatPhoto.md), 'username' => [string](../types/string.md), \];
***
[$pageBlockCollage](../constructors/pageBlockCollage.md) = \['page_blocks' => \[[PageBlock](../types/PageBlock.md)\], 'caption' => [RichText](../types/RichText.md), \];
***
[$pageBlockCover](../constructors/pageBlockCover.md) = \['cover' => [PageBlock](../types/PageBlock.md), \];
***
[$pageBlockDivider](../constructors/pageBlockDivider.md) = \[\];
***
[$pageBlockEmbedded](../constructors/pageBlockEmbedded.md) = \['url' => [string](../types/string.md), 'html' => [string](../types/string.md), 'poster_photo' => [photo](../constructors/photo.md), 'width' => [int](../types/int.md), 'height' => [int](../types/int.md), 'caption' => [RichText](../types/RichText.md), 'is_full_width' => [Bool](../types/Bool.md), 'allow_scrolling' => [Bool](../types/Bool.md), \];
***
[$pageBlockEmbeddedPost](../constructors/pageBlockEmbeddedPost.md) = \['url' => [string](../types/string.md), 'author' => [string](../types/string.md), 'author_photo' => [photo](../constructors/photo.md), 'date' => [int](../types/int.md), 'page_blocks' => \[[PageBlock](../types/PageBlock.md)\], 'caption' => [RichText](../types/RichText.md), \];
***
[$pageBlockFooter](../constructors/pageBlockFooter.md) = \['footer' => [RichText](../types/RichText.md), \];
***
[$pageBlockHeader](../constructors/pageBlockHeader.md) = \['header' => [RichText](../types/RichText.md), \];
***
[$pageBlockList](../constructors/pageBlockList.md) = \['items' => \[[RichText](../types/RichText.md)\], 'is_ordered' => [Bool](../types/Bool.md), \];
***
[$pageBlockParagraph](../constructors/pageBlockParagraph.md) = \['text' => [RichText](../types/RichText.md), \];
***
[$pageBlockPhoto](../constructors/pageBlockPhoto.md) = \['photo' => [photo](../constructors/photo.md), 'caption' => [RichText](../types/RichText.md), \];
***
[$pageBlockPreformatted](../constructors/pageBlockPreformatted.md) = \['text' => [RichText](../types/RichText.md), 'language' => [string](../types/string.md), \];
***
[$pageBlockPullQuote](../constructors/pageBlockPullQuote.md) = \['text' => [RichText](../types/RichText.md), 'caption' => [RichText](../types/RichText.md), \];
***
[$pageBlockSlideshow](../constructors/pageBlockSlideshow.md) = \['page_blocks' => \[[PageBlock](../types/PageBlock.md)\], 'caption' => [RichText](../types/RichText.md), \];
***
[$pageBlockSubheader](../constructors/pageBlockSubheader.md) = \['subheader' => [RichText](../types/RichText.md), \];
***
[$pageBlockSubtitle](../constructors/pageBlockSubtitle.md) = \['subtitle' => [RichText](../types/RichText.md), \];
***
[$pageBlockTitle](../constructors/pageBlockTitle.md) = \['title' => [RichText](../types/RichText.md), \];
***
[$pageBlockVideo](../constructors/pageBlockVideo.md) = \['video' => [video](../constructors/video.md), 'caption' => [RichText](../types/RichText.md), 'need_autoplay' => [Bool](../types/Bool.md), 'is_looped' => [Bool](../types/Bool.md), \];
***
[$passwordRecoveryInfo](../constructors/passwordRecoveryInfo.md) = \['recovery_email_pattern' => [string](../types/string.md), \];
***
[$passwordState](../constructors/passwordState.md) = \['has_password' => [Bool](../types/Bool.md), 'password_hint' => [string](../types/string.md), 'has_recovery_email' => [Bool](../types/Bool.md), 'unconfirmed_recovery_email_pattern' => [string](../types/string.md), \];
***
[$paymentForm](../constructors/paymentForm.md) = \['invoice' => [invoice](../constructors/invoice.md), 'url' => [string](../types/string.md), 'payments_provider' => [paymentsProviderStripe](../constructors/paymentsProviderStripe.md), 'saved_order_info' => [orderInfo](../constructors/orderInfo.md), 'saved_credentials' => [savedCredentials](../constructors/savedCredentials.md), 'can_save_credentials' => [Bool](../types/Bool.md), 'need_password' => [Bool](../types/Bool.md), \];
***
[$paymentReceipt](../constructors/paymentReceipt.md) = \['date' => [int](../types/int.md), 'payments_provider_user_id' => [int](../types/int.md), 'invoice' => [invoice](../constructors/invoice.md), 'order_info' => [orderInfo](../constructors/orderInfo.md), 'shipping_option' => [shippingOption](../constructors/shippingOption.md), 'credentials_title' => [string](../types/string.md), \];
***
[$paymentResult](../constructors/paymentResult.md) = \['success' => [Bool](../types/Bool.md), 'verification_url' => [string](../types/string.md), \];
***
[$paymentsProviderStripe](../constructors/paymentsProviderStripe.md) = \['publishable_key' => [string](../types/string.md), 'need_country' => [Bool](../types/Bool.md), 'need_zip' => [Bool](../types/Bool.md), 'need_cardholder_name' => [Bool](../types/Bool.md), \];
***
[$photo](../constructors/photo.md) = \['id' => [int64](../constructors/int64.md), 'has_stickers' => [Bool](../types/Bool.md), 'sizes' => \[[photoSize](../constructors/photoSize.md)\], \];
***
[$photoSize](../constructors/photoSize.md) = \['type' => [string](../types/string.md), 'photo' => [file](../constructors/file.md), 'width' => [int](../types/int.md), 'height' => [int](../types/int.md), \];
***
[$privacyKeyCall](../constructors/privacyKeyCall.md) = \[\];
***
[$privacyKeyChatInvite](../constructors/privacyKeyChatInvite.md) = \[\];
***
[$privacyKeyUserStatus](../constructors/privacyKeyUserStatus.md) = \[\];
***
[$privacyRuleAllowAll](../constructors/privacyRuleAllowAll.md) = \[\];
***
[$privacyRuleAllowContacts](../constructors/privacyRuleAllowContacts.md) = \[\];
***
[$privacyRuleAllowUsers](../constructors/privacyRuleAllowUsers.md) = \['user_ids' => \[[int](../types/int.md)\], \];
***
[$privacyRuleDisallowAll](../constructors/privacyRuleDisallowAll.md) = \[\];
***
[$privacyRuleDisallowContacts](../constructors/privacyRuleDisallowContacts.md) = \[\];
***
[$privacyRuleDisallowUsers](../constructors/privacyRuleDisallowUsers.md) = \['user_ids' => \[[int](../types/int.md)\], \];
***
[$privacyRules](../constructors/privacyRules.md) = \['rules' => \[[PrivacyRule](../types/PrivacyRule.md)\], \];
***
[$profilePhoto](../constructors/profilePhoto.md) = \['id' => [int64](../constructors/int64.md), 'small' => [file](../constructors/file.md), 'big' => [file](../constructors/file.md), \];
***
[$proxyEmpty](../constructors/proxyEmpty.md) = \[\];
***
[$proxySocks5](../constructors/proxySocks5.md) = \['server' => [string](../types/string.md), 'port' => [int](../types/int.md), 'username' => [string](../types/string.md), 'password' => [string](../types/string.md), \];
***
[$publicMessageLink](../constructors/publicMessageLink.md) = \['url' => [string](../types/string.md), \];
***
[$recoveryEmail](../constructors/recoveryEmail.md) = \['recovery_email' => [string](../types/string.md), \];
***
[$replyMarkupForceReply](../constructors/replyMarkupForceReply.md) = \['personal' => [Bool](../types/Bool.md), \];
***
[$replyMarkupInlineKeyboard](../constructors/replyMarkupInlineKeyboard.md) = \['rows' => \[[vector
***
[$replyMarkupRemoveKeyboard](../constructors/replyMarkupRemoveKeyboard.md) = \['personal' => [Bool](../types/Bool.md), \];
***
[$replyMarkupShowKeyboard](../constructors/replyMarkupShowKeyboard.md) = \['rows' => \[[vector [Bool](../types/Bool.md), 'one_time' => [Bool](../types/Bool.md), 'personal' => [Bool](../types/Bool.md), \];
***
[$richTextBold](../constructors/richTextBold.md) = \['text' => [RichText](../types/RichText.md), \];
***
[$richTextConcatenation](../constructors/richTextConcatenation.md) = \['texts' => \[[RichText](../types/RichText.md)\], \];
***
[$richTextEmail](../constructors/richTextEmail.md) = \['text' => [RichText](../types/RichText.md), 'email' => [string](../types/string.md), \];
***
[$richTextFixed](../constructors/richTextFixed.md) = \['text' => [RichText](../types/RichText.md), \];
***
[$richTextItalic](../constructors/richTextItalic.md) = \['text' => [RichText](../types/RichText.md), \];
***
[$richTextPlain](../constructors/richTextPlain.md) = \['text' => [string](../types/string.md), \];
***
[$richTextStrikethrough](../constructors/richTextStrikethrough.md) = \['text' => [RichText](../types/RichText.md), \];
***
[$richTextUnderline](../constructors/richTextUnderline.md) = \['text' => [RichText](../types/RichText.md), \];
***
[$richTextUrl](../constructors/richTextUrl.md) = \['text' => [RichText](../types/RichText.md), 'url' => [string](../types/string.md), \];
***
[$savedCredentials](../constructors/savedCredentials.md) = \['id' => [string](../types/string.md), 'title' => [string](../types/string.md), \];
***
[$searchMessagesFilterAnimation](../constructors/searchMessagesFilterAnimation.md) = \[\];
***
[$searchMessagesFilterAudio](../constructors/searchMessagesFilterAudio.md) = \[\];
***
[$searchMessagesFilterCall](../constructors/searchMessagesFilterCall.md) = \[\];
***
[$searchMessagesFilterChatPhoto](../constructors/searchMessagesFilterChatPhoto.md) = \[\];
***
[$searchMessagesFilterDocument](../constructors/searchMessagesFilterDocument.md) = \[\];
***
[$searchMessagesFilterEmpty](../constructors/searchMessagesFilterEmpty.md) = \[\];
***
[$searchMessagesFilterMention](../constructors/searchMessagesFilterMention.md) = \[\];
***
[$searchMessagesFilterMissedCall](../constructors/searchMessagesFilterMissedCall.md) = \[\];
***
[$searchMessagesFilterPhoto](../constructors/searchMessagesFilterPhoto.md) = \[\];
***
[$searchMessagesFilterPhotoAndVideo](../constructors/searchMessagesFilterPhotoAndVideo.md) = \[\];
***
[$searchMessagesFilterUnreadMention](../constructors/searchMessagesFilterUnreadMention.md) = \[\];
***
[$searchMessagesFilterUrl](../constructors/searchMessagesFilterUrl.md) = \[\];
***
[$searchMessagesFilterVideo](../constructors/searchMessagesFilterVideo.md) = \[\];
***
[$searchMessagesFilterVideoNote](../constructors/searchMessagesFilterVideoNote.md) = \[\];
***
[$searchMessagesFilterVoice](../constructors/searchMessagesFilterVoice.md) = \[\];
***
[$searchMessagesFilterVoiceAndVideoNote](../constructors/searchMessagesFilterVoiceAndVideoNote.md) = \[\];
***
[$secretChat](../constructors/secretChat.md) = \['id' => [int](../types/int.md), 'user_id' => [int](../types/int.md), 'state' => [int](../types/int.md), 'is_outbound' => [Bool](../types/Bool.md), 'ttl' => [int](../types/int.md), 'key_hash' => [bytes](../types/bytes.md), 'layer' => [int](../types/int.md), \];
***
[$session](../constructors/session.md) = \['id' => [int64](../constructors/int64.md), 'is_current' => [Bool](../types/Bool.md), 'app_id' => [int](../types/int.md), 'app_name' => [string](../types/string.md), 'app_version' => [string](../types/string.md), 'is_official_app' => [Bool](../types/Bool.md), 'device_model' => [string](../types/string.md), 'platform' => [string](../types/string.md), 'system_version' => [string](../types/string.md), 'log_in_date' => [int](../types/int.md), 'last_active_date' => [int](../types/int.md), 'ip' => [string](../types/string.md), 'country' => [string](../types/string.md), 'region' => [string](../types/string.md), \];
***
[$sessions](../constructors/sessions.md) = \['sessions' => \[[session](../constructors/session.md)\], \];
***
[$shippingAddress](../constructors/shippingAddress.md) = \['country_code' => [string](../types/string.md), 'state' => [string](../types/string.md), 'city' => [string](../types/string.md), 'street_line1' => [string](../types/string.md), 'street_line2' => [string](../types/string.md), 'post_code' => [string](../types/string.md), \];
***
[$shippingOption](../constructors/shippingOption.md) = \['id' => [string](../types/string.md), 'title' => [string](../types/string.md), 'prices' => \[[labeledPrice](../constructors/labeledPrice.md)\], \];
***
[$sticker](../constructors/sticker.md) = \['set_id' => [int64](../constructors/int64.md), 'width' => [int](../types/int.md), 'height' => [int](../types/int.md), 'emoji' => [string](../types/string.md), 'is_mask' => [Bool](../types/Bool.md), 'mask_position' => [maskPosition](../constructors/maskPosition.md), 'thumb' => [photoSize](../constructors/photoSize.md), 'sticker' => [file](../constructors/file.md), \];
***
[$stickerEmojis](../constructors/stickerEmojis.md) = \['emojis' => \[[string](../types/string.md)\], \];
***
[$stickerSet](../constructors/stickerSet.md) = \['id' => [int64](../constructors/int64.md), 'title' => [string](../types/string.md), 'name' => [string](../types/string.md), 'is_installed' => [Bool](../types/Bool.md), 'is_archived' => [Bool](../types/Bool.md), 'is_official' => [Bool](../types/Bool.md), 'is_masks' => [Bool](../types/Bool.md), 'is_viewed' => [Bool](../types/Bool.md), 'stickers' => \[[sticker](../constructors/sticker.md)\], 'emojis' => \[[stickerEmojis](../constructors/stickerEmojis.md)\], \];
***
[$stickerSetInfo](../constructors/stickerSetInfo.md) = \['id' => [int64](../constructors/int64.md), 'title' => [string](../types/string.md), 'name' => [string](../types/string.md), 'is_installed' => [Bool](../types/Bool.md), 'is_archived' => [Bool](../types/Bool.md), 'is_official' => [Bool](../types/Bool.md), 'is_masks' => [Bool](../types/Bool.md), 'is_viewed' => [Bool](../types/Bool.md), 'size' => [int](../types/int.md), 'covers' => \[[sticker](../constructors/sticker.md)\], \];
***
[$stickerSets](../constructors/stickerSets.md) = \['total_count' => [int](../types/int.md), 'sets' => \[[stickerSetInfo](../constructors/stickerSetInfo.md)\], \];
***
[$stickers](../constructors/stickers.md) = \['stickers' => \[[sticker](../constructors/sticker.md)\], \];
***
[$storageStatistics](../constructors/storageStatistics.md) = \['size' => [int53](../types/int53.md), 'count' => [int](../types/int.md), 'by_chat' => \[[storageStatisticsByChat](../constructors/storageStatisticsByChat.md)\], \];
***
[$storageStatisticsByChat](../constructors/storageStatisticsByChat.md) = \['chat_id' => [int53](../types/int53.md), 'size' => [int53](../types/int53.md), 'count' => [int](../types/int.md), 'by_file_type' => \[[storageStatisticsByFileType](../constructors/storageStatisticsByFileType.md)\], \];
***
[$storageStatisticsByFileType](../constructors/storageStatisticsByFileType.md) = \['file_type' => [FileType](../types/FileType.md), 'size' => [int53](../types/int53.md), 'count' => [int](../types/int.md), \];
***
[$storageStatisticsFast](../constructors/storageStatisticsFast.md) = \['files_size' => [int53](../types/int53.md), 'files_count' => [int](../types/int.md), 'database_size' => [int53](../types/int53.md), \];
***
[$temporaryPasswordState](../constructors/temporaryPasswordState.md) = \['has_password' => [Bool](../types/Bool.md), 'valid_for' => [int](../types/int.md), \];
***
[$testBytes](../constructors/testBytes.md) = \['value' => [bytes](../types/bytes.md), \];
***
[$testInt](../constructors/testInt.md) = \['value' => [int](../types/int.md), \];
***
[$testString](../constructors/testString.md) = \['value' => [string](../types/string.md), \];
***
[$testVectorInt](../constructors/testVectorInt.md) = \['value' => \[[int](../types/int.md)\], \];
***
[$testVectorIntObject](../constructors/testVectorIntObject.md) = \['value' => \[[testInt](../constructors/testInt.md)\], \];
***
[$testVectorString](../constructors/testVectorString.md) = \['value' => \[[string](../types/string.md)\], \];
***
[$testVectorStringObject](../constructors/testVectorStringObject.md) = \['value' => \[[testString](../constructors/testString.md)\], \];
***
[$text](../constructors/text.md) = \['text' => [string](../types/string.md), \];
***
[$textEntities](../constructors/textEntities.md) = \['entities' => \[[textEntity](../constructors/textEntity.md)\], \];
***
[$textEntity](../constructors/textEntity.md) = \['offset' => [int](../types/int.md), 'length' => [int](../types/int.md), 'type' => [TextEntityType](../types/TextEntityType.md), \];
***
[$textEntityTypeBold](../constructors/textEntityTypeBold.md) = \[\];
***
[$textEntityTypeBotCommand](../constructors/textEntityTypeBotCommand.md) = \[\];
***
[$textEntityTypeCode](../constructors/textEntityTypeCode.md) = \[\];
***
[$textEntityTypeEmail](../constructors/textEntityTypeEmail.md) = \[\];
***
[$textEntityTypeHashtag](../constructors/textEntityTypeHashtag.md) = \[\];
***
[$textEntityTypeItalic](../constructors/textEntityTypeItalic.md) = \[\];
***
[$textEntityTypeMention](../constructors/textEntityTypeMention.md) = \[\];
***
[$textEntityTypeMentionName](../constructors/textEntityTypeMentionName.md) = \['user_id' => [int](../types/int.md), \];
***
[$textEntityTypePre](../constructors/textEntityTypePre.md) = \[\];
***
[$textEntityTypePreCode](../constructors/textEntityTypePreCode.md) = \['language' => [string](../types/string.md), \];
***
[$textEntityTypeTextUrl](../constructors/textEntityTypeTextUrl.md) = \['url' => [string](../types/string.md), \];
***
[$textEntityTypeUrl](../constructors/textEntityTypeUrl.md) = \[\];
***
[$textParseModeHTML](../constructors/textParseModeHTML.md) = \[\];
***
[$textParseModeMarkdown](../constructors/textParseModeMarkdown.md) = \[\];
***
[$topChatCategoryBots](../constructors/topChatCategoryBots.md) = \[\];
***
[$topChatCategoryCalls](../constructors/topChatCategoryCalls.md) = \[\];
***
[$topChatCategoryChannels](../constructors/topChatCategoryChannels.md) = \[\];
***
[$topChatCategoryGroups](../constructors/topChatCategoryGroups.md) = \[\];
***
[$topChatCategoryInlineBots](../constructors/topChatCategoryInlineBots.md) = \[\];
***
[$topChatCategoryUsers](../constructors/topChatCategoryUsers.md) = \[\];
***
[$updateAuthState](../constructors/updateAuthState.md) = \['auth_state' => [AuthState](../types/AuthState.md), \];
***
[$updateCall](../constructors/updateCall.md) = \['call' => [call](../constructors/call.md), \];
***
[$updateChannel](../constructors/updateChannel.md) = \['channel' => [channel](../constructors/channel.md), \];
***
[$updateChannelFull](../constructors/updateChannelFull.md) = \['channel_id' => [int](../types/int.md), 'channel_full' => [channelFull](../constructors/channelFull.md), \];
***
[$updateChatDraftMessage](../constructors/updateChatDraftMessage.md) = \['chat_id' => [int53](../types/int53.md), 'draft_message' => [draftMessage](../constructors/draftMessage.md), 'order' => [int64](../constructors/int64.md), \];
***
[$updateChatIsPinned](../constructors/updateChatIsPinned.md) = \['chat_id' => [int53](../types/int53.md), 'is_pinned' => [Bool](../types/Bool.md), 'order' => [int64](../constructors/int64.md), \];
***
[$updateChatOrder](../constructors/updateChatOrder.md) = \['chat_id' => [int53](../types/int53.md), 'order' => [int64](../constructors/int64.md), \];
***
[$updateChatPhoto](../constructors/updateChatPhoto.md) = \['chat_id' => [int53](../types/int53.md), 'photo' => [chatPhoto](../constructors/chatPhoto.md), \];
***
[$updateChatReadInbox](../constructors/updateChatReadInbox.md) = \['chat_id' => [int53](../types/int53.md), 'last_read_inbox_message_id' => [int53](../types/int53.md), 'unread_count' => [int](../types/int.md), \];
***
[$updateChatReadOutbox](../constructors/updateChatReadOutbox.md) = \['chat_id' => [int53](../types/int53.md), 'last_read_outbox_message_id' => [int53](../types/int53.md), \];
***
[$updateChatReplyMarkup](../constructors/updateChatReplyMarkup.md) = \['chat_id' => [int53](../types/int53.md), 'reply_markup_message_id' => [int53](../types/int53.md), \];
***
[$updateChatTitle](../constructors/updateChatTitle.md) = \['chat_id' => [int53](../types/int53.md), 'title' => [string](../types/string.md), \];
***
[$updateChatTopMessage](../constructors/updateChatTopMessage.md) = \['chat_id' => [int53](../types/int53.md), 'top_message' => [message](../constructors/message.md), 'order' => [int64](../constructors/int64.md), \];
***
[$updateChatUnreadMentionCount](../constructors/updateChatUnreadMentionCount.md) = \['chat_id' => [int53](../types/int53.md), 'unread_mention_count' => [int](../types/int.md), \];
***
[$updateConnectionState](../constructors/updateConnectionState.md) = \['state' => [ConnectionState](../types/ConnectionState.md), \];
***
[$updateDeleteMessages](../constructors/updateDeleteMessages.md) = \['chat_id' => [int53](../types/int53.md), 'message_ids' => \[[int53](../types/int53.md)\], \];
***
[$updateFavoriteStickers](../constructors/updateFavoriteStickers.md) = \['sticker_ids' => \[[int](../types/int.md)\], \];
***
[$updateFile](../constructors/updateFile.md) = \['file' => [file](../constructors/file.md), \];
***
[$updateFileGenerationFinish](../constructors/updateFileGenerationFinish.md) = \['file' => [file](../constructors/file.md), \];
***
[$updateFileGenerationProgress](../constructors/updateFileGenerationProgress.md) = \['file_id' => [int](../types/int.md), 'size' => [int](../types/int.md), 'ready' => [int](../types/int.md), \];
***
[$updateFileGenerationStart](../constructors/updateFileGenerationStart.md) = \['generation_id' => [int64](../constructors/int64.md), 'original_path' => [string](../types/string.md), 'destination_path' => [string](../types/string.md), 'conversion' => [string](../types/string.md), \];
***
[$updateFileProgress](../constructors/updateFileProgress.md) = \['file_id' => [int](../types/int.md), 'size' => [int](../types/int.md), 'ready' => [int](../types/int.md), \];
***
[$updateGroup](../constructors/updateGroup.md) = \['group' => [group](../constructors/group.md), \];
***
[$updateGroupFull](../constructors/updateGroupFull.md) = \['group_id' => [int](../types/int.md), 'group_full' => [groupFull](../constructors/groupFull.md), \];
***
[$updateInstalledStickerSets](../constructors/updateInstalledStickerSets.md) = \['is_masks' => [Bool](../types/Bool.md), 'sticker_set_ids' => \[[int64](../constructors/int64.md)\], \];
***
[$updateMessageContent](../constructors/updateMessageContent.md) = \['chat_id' => [int53](../types/int53.md), 'message_id' => [int53](../types/int53.md), 'new_content' => [MessageContent](../types/MessageContent.md), \];
***
[$updateMessageEdited](../constructors/updateMessageEdited.md) = \['chat_id' => [int53](../types/int53.md), 'message_id' => [int53](../types/int53.md), 'edit_date' => [int](../types/int.md), 'reply_markup' => [ReplyMarkup](../types/ReplyMarkup.md), \];
***
[$updateMessageMentionRead](../constructors/updateMessageMentionRead.md) = \['chat_id' => [int53](../types/int53.md), 'message_id' => [int53](../types/int53.md), 'unread_mention_count' => [int](../types/int.md), \];
***
[$updateMessageSendAcknowledged](../constructors/updateMessageSendAcknowledged.md) = \['chat_id' => [int53](../types/int53.md), 'message_id' => [int53](../types/int53.md), \];
***
[$updateMessageSendFailed](../constructors/updateMessageSendFailed.md) = \['message' => [message](../constructors/message.md), 'old_message_id' => [int53](../types/int53.md), 'error_code' => [int](../types/int.md), 'error_message' => [string](../types/string.md), \];
***
[$updateMessageSendSucceeded](../constructors/updateMessageSendSucceeded.md) = \['message' => [message](../constructors/message.md), 'old_message_id' => [int53](../types/int53.md), \];
***
[$updateMessageViews](../constructors/updateMessageViews.md) = \['chat_id' => [int53](../types/int53.md), 'message_id' => [int53](../types/int53.md), 'views' => [int](../types/int.md), \];
***
[$updateNewCallbackQuery](../constructors/updateNewCallbackQuery.md) = \['id' => [int64](../constructors/int64.md), 'sender_user_id' => [int](../types/int.md), 'chat_id' => [int53](../types/int53.md), 'message_id' => [int53](../types/int53.md), 'chat_instance' => [int64](../constructors/int64.md), 'payload' => [CallbackQueryPayload](../types/CallbackQueryPayload.md), \];
***
[$updateNewChat](../constructors/updateNewChat.md) = \['chat' => [chat](../constructors/chat.md), \];
***
[$updateNewChosenInlineResult](../constructors/updateNewChosenInlineResult.md) = \['sender_user_id' => [int](../types/int.md), 'user_location' => [location](../constructors/location.md), 'query' => [string](../types/string.md), 'result_id' => [string](../types/string.md), 'inline_message_id' => [string](../types/string.md), \];
***
[$updateNewCustomEvent](../constructors/updateNewCustomEvent.md) = \['event' => [string](../types/string.md), \];
***
[$updateNewCustomQuery](../constructors/updateNewCustomQuery.md) = \['id' => [int64](../constructors/int64.md), 'data' => [string](../types/string.md), 'timeout' => [int](../types/int.md), \];
***
[$updateNewInlineCallbackQuery](../constructors/updateNewInlineCallbackQuery.md) = \['id' => [int64](../constructors/int64.md), 'sender_user_id' => [int](../types/int.md), 'inline_message_id' => [string](../types/string.md), 'chat_instance' => [int64](../constructors/int64.md), 'payload' => [CallbackQueryPayload](../types/CallbackQueryPayload.md), \];
***
[$updateNewInlineQuery](../constructors/updateNewInlineQuery.md) = \['id' => [int64](../constructors/int64.md), 'sender_user_id' => [int](../types/int.md), 'user_location' => [location](../constructors/location.md), 'query' => [string](../types/string.md), 'offset' => [string](../types/string.md), \];
***
[$updateNewMessage](../constructors/updateNewMessage.md) = \['message' => [message](../constructors/message.md), 'disable_notification' => [Bool](../types/Bool.md), 'contains_mention' => [Bool](../types/Bool.md), \];
***
[$updateNewPreCheckoutQuery](../constructors/updateNewPreCheckoutQuery.md) = \['id' => [int64](../constructors/int64.md), 'sender_user_id' => [int](../types/int.md), 'currency' => [string](../types/string.md), 'total_amount' => [int53](../types/int53.md), 'invoice_payload' => [bytes](../types/bytes.md), 'shipping_option_id' => [string](../types/string.md), 'order_info' => [orderInfo](../constructors/orderInfo.md), \];
***
[$updateNewShippingQuery](../constructors/updateNewShippingQuery.md) = \['id' => [int64](../constructors/int64.md), 'sender_user_id' => [int](../types/int.md), 'invoice_payload' => [string](../types/string.md), 'shipping_address' => [shippingAddress](../constructors/shippingAddress.md), \];
***
[$updateNotificationSettings](../constructors/updateNotificationSettings.md) = \['scope' => [NotificationSettingsScope](../types/NotificationSettingsScope.md), 'notification_settings' => [notificationSettings](../constructors/notificationSettings.md), \];
***
[$updateOpenMessageContent](../constructors/updateOpenMessageContent.md) = \['chat_id' => [int53](../types/int53.md), 'message_id' => [int53](../types/int53.md), \];
***
[$updateOption](../constructors/updateOption.md) = \['name' => [string](../types/string.md), 'value' => [OptionValue](../types/OptionValue.md), \];
***
[$updatePrivacy](../constructors/updatePrivacy.md) = \['key' => [PrivacyKey](../types/PrivacyKey.md), 'rules' => [privacyRules](../constructors/privacyRules.md), \];
***
[$updateRecentStickers](../constructors/updateRecentStickers.md) = \['is_attached' => [Bool](../types/Bool.md), 'sticker_ids' => \[[int](../types/int.md)\], \];
***
[$updateSavedAnimations](../constructors/updateSavedAnimations.md) = \['animation_ids' => \[[int](../types/int.md)\], \];
***
[$updateSecretChat](../constructors/updateSecretChat.md) = \['secret_chat' => [secretChat](../constructors/secretChat.md), \];
***
[$updateServiceNotification](../constructors/updateServiceNotification.md) = \['type' => [string](../types/string.md), 'content' => [MessageContent](../types/MessageContent.md), \];
***
[$updateTrendingStickerSets](../constructors/updateTrendingStickerSets.md) = \['sticker_sets' => [stickerSets](../constructors/stickerSets.md), \];
***
[$updateUser](../constructors/updateUser.md) = \['user' => [user](../constructors/user.md), \];
***
[$updateUserChatAction](../constructors/updateUserChatAction.md) = \['chat_id' => [int53](../types/int53.md), 'user_id' => [int](../types/int.md), 'action' => [ChatAction](../types/ChatAction.md), \];
***
[$updateUserFull](../constructors/updateUserFull.md) = \['user_id' => [int](../types/int.md), 'user_full' => [userFull](../constructors/userFull.md), \];
***
[$updateUserStatus](../constructors/updateUserStatus.md) = \['user_id' => [int](../types/int.md), 'status' => [UserStatus](../types/UserStatus.md), \];
***
[$user](../constructors/user.md) = \['id' => [int](../types/int.md), 'first_name' => [string](../types/string.md), 'last_name' => [string](../types/string.md), 'username' => [string](../types/string.md), 'phone_number' => [string](../types/string.md), 'status' => [UserStatus](../types/UserStatus.md), 'profile_photo' => [profilePhoto](../constructors/profilePhoto.md), 'my_link' => [LinkState](../types/LinkState.md), 'foreign_link' => [LinkState](../types/LinkState.md), 'is_verified' => [Bool](../types/Bool.md), 'restriction_reason' => [string](../types/string.md), 'have_access' => [Bool](../types/Bool.md), 'type' => [UserType](../types/UserType.md), 'language_code' => [string](../types/string.md), \];
***
[$userFull](../constructors/userFull.md) = \['is_blocked' => [Bool](../types/Bool.md), 'can_be_called' => [Bool](../types/Bool.md), 'has_private_calls' => [Bool](../types/Bool.md), 'about' => [string](../types/string.md), 'common_chat_count' => [int](../types/int.md), 'bot_info' => [botInfo](../constructors/botInfo.md), \];
***
[$userProfilePhotos](../constructors/userProfilePhotos.md) = \['total_count' => [int](../types/int.md), 'photos' => \[[photo](../constructors/photo.md)\], \];
***
[$userStatusEmpty](../constructors/userStatusEmpty.md) = \[\];
***
[$userStatusLastMonth](../constructors/userStatusLastMonth.md) = \[\];
***
[$userStatusLastWeek](../constructors/userStatusLastWeek.md) = \[\];
***
[$userStatusOffline](../constructors/userStatusOffline.md) = \['was_online' => [int](../types/int.md), \];
***
[$userStatusOnline](../constructors/userStatusOnline.md) = \['expires' => [int](../types/int.md), \];
***
[$userStatusRecently](../constructors/userStatusRecently.md) = \[\];
***
[$userTypeBot](../constructors/userTypeBot.md) = \['can_join_group_chats' => [Bool](../types/Bool.md), 'can_read_all_group_chat_messages' => [Bool](../types/Bool.md), 'is_inline' => [Bool](../types/Bool.md), 'inline_query_placeholder' => [string](../types/string.md), 'need_location' => [Bool](../types/Bool.md), \];
***
[$userTypeDeleted](../constructors/userTypeDeleted.md) = \[\];
***
[$userTypeGeneral](../constructors/userTypeGeneral.md) = \[\];
***
[$userTypeUnknown](../constructors/userTypeUnknown.md) = \[\];
***
[$users](../constructors/users.md) = \['total_count' => [int](../types/int.md), 'user_ids' => \[[int](../types/int.md)\], \];
***
[$validatedOrderInfo](../constructors/validatedOrderInfo.md) = \['order_info_id' => [string](../types/string.md), 'shipping_options' => \[[shippingOption](../constructors/shippingOption.md)\], \];
***
[$venue](../constructors/venue.md) = \['location' => [location](../constructors/location.md), 'title' => [string](../types/string.md), 'address' => [string](../types/string.md), 'provider' => [string](../types/string.md), 'id' => [string](../types/string.md), \];
***
[$video](../constructors/video.md) = \['duration' => [int](../types/int.md), 'width' => [int](../types/int.md), 'height' => [int](../types/int.md), 'file_name' => [string](../types/string.md), 'mime_type' => [string](../types/string.md), 'has_stickers' => [Bool](../types/Bool.md), 'thumb' => [photoSize](../constructors/photoSize.md), 'video' => [file](../constructors/file.md), \];
***
[$videoNote](../constructors/videoNote.md) = \['duration' => [int](../types/int.md), 'length' => [int](../types/int.md), 'thumb' => [photoSize](../constructors/photoSize.md), 'video' => [file](../constructors/file.md), \];
***
[$voice](../constructors/voice.md) = \['duration' => [int](../types/int.md), 'waveform' => [bytes](../types/bytes.md), 'mime_type' => [string](../types/string.md), 'voice' => [file](../constructors/file.md), \];
***
[$wallpaper](../constructors/wallpaper.md) = \['id' => [int](../types/int.md), 'sizes' => \[[photoSize](../constructors/photoSize.md)\], 'color' => [int](../types/int.md), \];
***
[$wallpapers](../constructors/wallpapers.md) = \['wallpapers' => \[[wallpaper](../constructors/wallpaper.md)\], \];
***
[$webPage](../constructors/webPage.md) = \['url' => [string](../types/string.md), 'display_url' => [string](../types/string.md), 'type' => [string](../types/string.md), 'site_name' => [string](../types/string.md), 'title' => [string](../types/string.md), 'description' => [string](../types/string.md), 'photo' => [photo](../constructors/photo.md), 'embed_url' => [string](../types/string.md), 'embed_type' => [string](../types/string.md), 'embed_width' => [int](../types/int.md), 'embed_height' => [int](../types/int.md), 'duration' => [int](../types/int.md), 'author' => [string](../types/string.md), 'animation' => [animation](../constructors/animation.md), 'audio' => [audio](../constructors/audio.md), 'document' => [document](../constructors/document.md), 'sticker' => [sticker](../constructors/sticker.md), 'video' => [video](../constructors/video.md), 'video_note' => [videoNote](../constructors/videoNote.md), 'voice' => [voice](../constructors/voice.md), 'has_instant_view' => [Bool](../types/Bool.md), \];
***
[$webPageInstantView](../constructors/webPageInstantView.md) = \['page_blocks' => \[[PageBlock](../types/PageBlock.md)\], 'is_full' => [Bool](../types/Bool.md), \];