package
0.6.2
Repository: https://github.com/taimast/gotgproto.git
Documentation: pkg.go.dev

# Functions

No description provided by the author

# Structs

EmptyUC implements EffectiveChat interface for empty chats.
No description provided by the author

# Interfaces

EffectiveChat interface covers the all three types of chats: - tg.User - tg.Chat - tg.Channel This interface is implemented by the following structs: - User: If the chat is a tg.User then this struct will be returned.

# Type aliases

Channel implements EffectiveChat interface for tg.Channel chats.
Chat implements EffectiveChat interface for tg.Chat chats.
User implements EffectiveChat interface for tg.User chats.