ProfileTab¶
- class pyrogram.enums.ProfileTab¶
Profile tab enumeration used in
Chat.- POSTS = <class 'pyrogram.raw.types.profile_tab_posts.ProfileTabPosts'>¶
A tab with stories posted by the user or the channel chat and saved to profile.
- GIFTS = <class 'pyrogram.raw.types.profile_tab_gifts.ProfileTabGifts'>¶
A tab with gifts received by the user or the channel chat.
- MEDIA = <class 'pyrogram.raw.types.profile_tab_media.ProfileTabMedia'>¶
A tab with photos and videos posted by the channel.
- FILES = <class 'pyrogram.raw.types.profile_tab_files.ProfileTabFiles'>¶
A tab with documents posted by the channel.
- LINKS = <class 'pyrogram.raw.types.profile_tab_links.ProfileTabLinks'>¶
A tab with messages posted by the channel and containing links.
- MUSIC = <class 'pyrogram.raw.types.profile_tab_music.ProfileTabMusic'>¶
A tab with audio messages posted by the channel.
- VOICE = <class 'pyrogram.raw.types.profile_tab_voice.ProfileTabVoice'>¶
A tab with voice notes posted by the channel.
- GIFS = <class 'pyrogram.raw.types.profile_tab_gifs.ProfileTabGifs'>¶
A tab with animations posted by the channel.