type github.com/gotd/td/tg.JoinChatBotResultApproved
19 uses
github.com/gotd/td/tg (current package)
tl_join_chat_bot_result_gen.go#L37: type JoinChatBotResultApproved struct {
tl_join_chat_bot_result_gen.go#L44: func (j JoinChatBotResultApproved) construct() JoinChatBotResultClass { return &j }
tl_join_chat_bot_result_gen.go#L48: _ bin.Encoder = &JoinChatBotResultApproved{}
tl_join_chat_bot_result_gen.go#L49: _ bin.Decoder = &JoinChatBotResultApproved{}
tl_join_chat_bot_result_gen.go#L50: _ bin.BareEncoder = &JoinChatBotResultApproved{}
tl_join_chat_bot_result_gen.go#L51: _ bin.BareDecoder = &JoinChatBotResultApproved{}
tl_join_chat_bot_result_gen.go#L53: _ JoinChatBotResultClass = &JoinChatBotResultApproved{}
tl_join_chat_bot_result_gen.go#L56: func (j *JoinChatBotResultApproved) Zero() bool {
tl_join_chat_bot_result_gen.go#L65: func (j *JoinChatBotResultApproved) String() string {
tl_join_chat_bot_result_gen.go#L69: type Alias JoinChatBotResultApproved
tl_join_chat_bot_result_gen.go#L76: func (*JoinChatBotResultApproved) TypeID() uint32 {
tl_join_chat_bot_result_gen.go#L81: func (*JoinChatBotResultApproved) TypeName() string {
tl_join_chat_bot_result_gen.go#L86: func (j *JoinChatBotResultApproved) TypeInfo() tdp.Type {
tl_join_chat_bot_result_gen.go#L100: func (j *JoinChatBotResultApproved) Encode(b *bin.Buffer) error {
tl_join_chat_bot_result_gen.go#L109: func (j *JoinChatBotResultApproved) EncodeBare(b *bin.Buffer) error {
tl_join_chat_bot_result_gen.go#L117: func (j *JoinChatBotResultApproved) Decode(b *bin.Buffer) error {
tl_join_chat_bot_result_gen.go#L128: func (j *JoinChatBotResultApproved) DecodeBare(b *bin.Buffer) error {
tl_join_chat_bot_result_gen.go#L525: v := JoinChatBotResultApproved{}
tl_registry_gen.go#L6502: JoinChatBotResultApprovedTypeID: func() bin.Object { return &JoinChatBotResultApproved{} },
![]() |
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. |