mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
Fix docs still containing GIF instead of Animation
This commit is contained in:
parent
9c7de81d82
commit
3ccb3de3f4
2 changed files with 3 additions and 3 deletions
|
|
@ -48,7 +48,7 @@ Messages
|
|||
send_document
|
||||
send_sticker
|
||||
send_video
|
||||
send_gif
|
||||
send_animation
|
||||
send_voice
|
||||
send_video_note
|
||||
send_media_group
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ Messages & Media
|
|||
UserProfilePhotos
|
||||
Audio
|
||||
Document
|
||||
GIF
|
||||
Animation
|
||||
Video
|
||||
Voice
|
||||
VideoNote
|
||||
|
|
@ -115,7 +115,7 @@ Input Media
|
|||
.. autoclass:: Document
|
||||
:members:
|
||||
|
||||
.. autoclass:: GIF
|
||||
.. autoclass:: Animation
|
||||
:members:
|
||||
|
||||
.. autoclass:: Video
|
||||
|
|
|
|||
Loading…
Reference in a new issue