You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: telegram-bot-api/src/Telegram/Bot/API/Types/ChatFullInfo.hs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ data ChatFullInfo = ChatFullInfo
37
37
, chatFullInfoAccentColorId::MaybeInt--^ Identifier of the accent color for the chat name and backgrounds of the chat photo, reply header, and link preview. See [accent colors](https://core.telegram.org/bots/api#accent-colors) for more details. Returned only in 'getChat'. Always returned in 'getChat'.
38
38
, chatFullInfoMaxReactionCount::Int--^ The maximum number of reactions that can be set on a message in the chat.
39
39
, chatFullInfoPhoto::MaybeChatPhoto--^ Chat photo. Returned only in getChat.
40
-
, chatFullInfoActiveUsernames::MaybeText--^ If non-empty, the list of all active chat usernames; for private chats, supergroups and channels. Returned only in 'getChat'.
40
+
, chatFullInfoActiveUsernames::Maybe[Text]--^ If non-empty, the list of all active chat usernames; for private chats, supergroups and channels. Returned only in 'getChat'.
41
41
, chatFullInfoBirthdate::MaybeBirthdate--^ For private chats, the date of birth of the user.
42
42
, chatFullInfoBusinessIntro::MaybeBusinessIntro--^ For private chats with business accounts, the intro of the business.
43
43
, chatFullInfoBusinessLocation::MaybeBusinessLocation--^ For private chats with business accounts, the location of the business.
0 commit comments