type github.com/gotd/td/tg.JoinChatBotResultDeclined

19 uses

	github.com/gotd/td/tg (current package)
		tl_join_chat_bot_result_gen.go#L138: type JoinChatBotResultDeclined struct {
		tl_join_chat_bot_result_gen.go#L145: func (j JoinChatBotResultDeclined) construct() JoinChatBotResultClass { return &j }
		tl_join_chat_bot_result_gen.go#L149: 	_ bin.Encoder     = &JoinChatBotResultDeclined{}
		tl_join_chat_bot_result_gen.go#L150: 	_ bin.Decoder     = &JoinChatBotResultDeclined{}
		tl_join_chat_bot_result_gen.go#L151: 	_ bin.BareEncoder = &JoinChatBotResultDeclined{}
		tl_join_chat_bot_result_gen.go#L152: 	_ bin.BareDecoder = &JoinChatBotResultDeclined{}
		tl_join_chat_bot_result_gen.go#L154: 	_ JoinChatBotResultClass = &JoinChatBotResultDeclined{}
		tl_join_chat_bot_result_gen.go#L157: func (j *JoinChatBotResultDeclined) Zero() bool {
		tl_join_chat_bot_result_gen.go#L166: func (j *JoinChatBotResultDeclined) String() string {
		tl_join_chat_bot_result_gen.go#L170: 	type Alias JoinChatBotResultDeclined
		tl_join_chat_bot_result_gen.go#L177: func (*JoinChatBotResultDeclined) TypeID() uint32 {
		tl_join_chat_bot_result_gen.go#L182: func (*JoinChatBotResultDeclined) TypeName() string {
		tl_join_chat_bot_result_gen.go#L187: func (j *JoinChatBotResultDeclined) TypeInfo() tdp.Type {
		tl_join_chat_bot_result_gen.go#L201: func (j *JoinChatBotResultDeclined) Encode(b *bin.Buffer) error {
		tl_join_chat_bot_result_gen.go#L210: func (j *JoinChatBotResultDeclined) EncodeBare(b *bin.Buffer) error {
		tl_join_chat_bot_result_gen.go#L218: func (j *JoinChatBotResultDeclined) Decode(b *bin.Buffer) error {
		tl_join_chat_bot_result_gen.go#L229: func (j *JoinChatBotResultDeclined) DecodeBare(b *bin.Buffer) error {
		tl_join_chat_bot_result_gen.go#L532: 		v := JoinChatBotResultDeclined{}
		tl_registry_gen.go#L6503: 		JoinChatBotResultDeclinedTypeID:                                         func() bin.Object { return &JoinChatBotResultDeclined{} },