@@ -75,9 +75,6 @@ about its business.
7575
7676 is_bot indicates if the user is a bot. due to the telegram privacy rules,
7777 this can be true only when your bot can actually see other bots' messages.
78-
79-
80-
8178 .. versionadded :: 0.2
8279
8380 .. py :attribute :: avatar
@@ -510,36 +507,42 @@ about its business.
510507 This attribute is True if all the members of the group are administrator.
511508
512509 *This attribute can be None if it's not provided by Telegram. *
510+ .. versionadded :: 0.6
513511
514512 .. py :attribute :: description
515513
516514 The group/channel description
517515
518516 *This attribute can be None if it's not provided by Telegram. *
517+ .. versionadded :: 0.6
519518
520519 .. py :attribute :: invite_link
521520
522521 This group chat/channel invite link.
523522
524523 *This attribute can be None if it's not provided by Telegram. *
524+ .. versionadded :: 0.6
525525
526526 .. py :attribute :: pinned_message
527527
528528 This group/chat pinned :py:class: `~botogram.Message `
529529
530530 *This attribute can be None if it's not provided by Telegram. *
531+ .. versionadded :: 0.6
531532
532533 .. py :attribute :: sticker_set_name
533534
534535 The name of the supergroup's sticker set.
535536
536537 *This attribute can be None if it's not provided by Telegram. *
538+ .. versionadded :: 0.6
537539
538540 .. py :attribute :: can_set_sticker_set
539541
540542 This attribute is True if the bot can set this supergroup's sticker set.
541543
542544 *This attribute can be None if it's not provided by Telegram. *
545+ .. versionadded :: 0.6
543546
544547 .. py :attribute :: name
545548
@@ -793,6 +796,7 @@ about its business.
793796 :param int user: The user you want to change permissions (user ID or :py:class: `~botogram.User `)
794797 :returns: The class to edit permissions
795798 :rtype: :py:class: `~botogram.Permissions `
799+ .. versionadded :: 0.6
796800
797801 .. py :method :: send(message, [preview=True , reply_to=None , syntax=None , attach=None , extra=None , notify=True ])
798802
@@ -2281,6 +2285,8 @@ about its business.
22812285
22822286 This method automatically detects the changes you made and doesn't do anything if no attribute was changed.
22832287
2288+ .. versionadded :: 0.6
2289+
22842290
22852291.. py :class :: botogram.Venue
22862292
0 commit comments