type github.com/gotd/td/tg.BotVerification
32 uses
github.com/gotd/td/tg (current package)
tl_bot_verification_gen.go#L41: type BotVerification struct {
tl_bot_verification_gen.go#L55: _ bin.Encoder = &BotVerification{}
tl_bot_verification_gen.go#L56: _ bin.Decoder = &BotVerification{}
tl_bot_verification_gen.go#L57: _ bin.BareEncoder = &BotVerification{}
tl_bot_verification_gen.go#L58: _ bin.BareDecoder = &BotVerification{}
tl_bot_verification_gen.go#L61: func (b *BotVerification) Zero() bool {
tl_bot_verification_gen.go#L79: func (b *BotVerification) String() string {
tl_bot_verification_gen.go#L83: type Alias BotVerification
tl_bot_verification_gen.go#L88: func (b *BotVerification) FillFrom(from interface {
tl_bot_verification_gen.go#L101: func (*BotVerification) TypeID() uint32 {
tl_bot_verification_gen.go#L106: func (*BotVerification) TypeName() string {
tl_bot_verification_gen.go#L111: func (b *BotVerification) TypeInfo() tdp.Type {
tl_bot_verification_gen.go#L138: func (b *BotVerification) Encode(buf *bin.Buffer) error {
tl_bot_verification_gen.go#L147: func (b *BotVerification) EncodeBare(buf *bin.Buffer) error {
tl_bot_verification_gen.go#L158: func (b *BotVerification) Decode(buf *bin.Buffer) error {
tl_bot_verification_gen.go#L169: func (b *BotVerification) DecodeBare(buf *bin.Buffer) error {
tl_bot_verification_gen.go#L198: func (b *BotVerification) GetBotID() (value int64) {
tl_bot_verification_gen.go#L206: func (b *BotVerification) GetIcon() (value int64) {
tl_bot_verification_gen.go#L214: func (b *BotVerification) GetDescription() (value string) {
tl_chat_full_gen.go#L1425: BotVerification BotVerification
tl_chat_full_gen.go#L1768: GetBotVerification() (value BotVerification, ok bool)
tl_chat_full_gen.go#L4135: func (c *ChannelFull) SetBotVerification(value BotVerification) {
tl_chat_full_gen.go#L4142: func (c *ChannelFull) GetBotVerification() (value BotVerification, ok bool) {
tl_chat_invite_gen.go#L265: BotVerification BotVerification
tl_chat_invite_gen.go#L377: GetBotVerification() (value BotVerification, ok bool)
tl_chat_invite_gen.go#L1008: func (c *ChatInvite) SetBotVerification(value BotVerification) {
tl_chat_invite_gen.go#L1015: func (c *ChatInvite) GetBotVerification() (value BotVerification, ok bool) {
tl_registry_gen.go#L6382: BotVerificationTypeID: func() bin.Object { return &BotVerification{} },
tl_user_full_gen.go#L325: BotVerification BotVerification
tl_user_full_gen.go#L651: GetBotVerification() (value BotVerification, ok bool)
tl_user_full_gen.go#L2628: func (u *UserFull) SetBotVerification(value BotVerification) {
tl_user_full_gen.go#L2635: func (u *UserFull) GetBotVerification() (value BotVerification, ok bool) {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |