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

19 uses

	github.com/gotd/td/tg (current package)
		tl_join_chat_bot_result_gen.go#L239: type JoinChatBotResultQueued struct {
		tl_join_chat_bot_result_gen.go#L246: func (j JoinChatBotResultQueued) construct() JoinChatBotResultClass { return &j }
		tl_join_chat_bot_result_gen.go#L250: 	_ bin.Encoder     = &JoinChatBotResultQueued{}
		tl_join_chat_bot_result_gen.go#L251: 	_ bin.Decoder     = &JoinChatBotResultQueued{}
		tl_join_chat_bot_result_gen.go#L252: 	_ bin.BareEncoder = &JoinChatBotResultQueued{}
		tl_join_chat_bot_result_gen.go#L253: 	_ bin.BareDecoder = &JoinChatBotResultQueued{}
		tl_join_chat_bot_result_gen.go#L255: 	_ JoinChatBotResultClass = &JoinChatBotResultQueued{}
		tl_join_chat_bot_result_gen.go#L258: func (j *JoinChatBotResultQueued) Zero() bool {
		tl_join_chat_bot_result_gen.go#L267: func (j *JoinChatBotResultQueued) String() string {
		tl_join_chat_bot_result_gen.go#L271: 	type Alias JoinChatBotResultQueued
		tl_join_chat_bot_result_gen.go#L278: func (*JoinChatBotResultQueued) TypeID() uint32 {
		tl_join_chat_bot_result_gen.go#L283: func (*JoinChatBotResultQueued) TypeName() string {
		tl_join_chat_bot_result_gen.go#L288: func (j *JoinChatBotResultQueued) TypeInfo() tdp.Type {
		tl_join_chat_bot_result_gen.go#L302: func (j *JoinChatBotResultQueued) Encode(b *bin.Buffer) error {
		tl_join_chat_bot_result_gen.go#L311: func (j *JoinChatBotResultQueued) EncodeBare(b *bin.Buffer) error {
		tl_join_chat_bot_result_gen.go#L319: func (j *JoinChatBotResultQueued) Decode(b *bin.Buffer) error {
		tl_join_chat_bot_result_gen.go#L330: func (j *JoinChatBotResultQueued) DecodeBare(b *bin.Buffer) error {
		tl_join_chat_bot_result_gen.go#L539: 		v := JoinChatBotResultQueued{}
		tl_registry_gen.go#L6504: 		JoinChatBotResultQueuedTypeID:                                           func() bin.Object { return &JoinChatBotResultQueued{} },