ProfileTab

class pyrogram.raw.base.ProfileTab

Represents a tab of a profile page ».

Constructors:

This base type has 8 constructors available.

ProfileTabFiles

Represents the shared files tab of a profile.

ProfileTabGifs

Represents the gifs tab of a profile page.

ProfileTabGifts

Represents the gifts tab of a profile page.

ProfileTabLinks

Represents the shared links tab of a profile page.

ProfileTabMedia

Represents the media tab of a profile page.

ProfileTabMusic

Represents the music tab of a profile page.

ProfileTabPosts

Represents the stories tab of a profile page.

ProfileTabVoice

Represents the voice messages tab of a profile page.

TL Schema


Parameter Tree

ProfileTab
├── ProfileTabPosts
├── ProfileTabGifts
├── ProfileTabMedia
├── ProfileTabFiles
├── ProfileTabMusic
├── ProfileTabVoice
├── ProfileTabLinks
└── ProfileTabGifs

Example