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

33 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L950: type ChatHandler func(ctx context.Context, e Entities, update *UpdateChat) error
		tl_handlers_gen.go#L955: 		return handler(ctx, e, update.(*UpdateChat))
		tl_registry_gen.go#L3912: 		UpdateChatTypeID:                                         func() bin.Object { return &UpdateChat{} },
		tl_update_gen.go#L17115: type UpdateChat struct {
		tl_update_gen.go#L17124: func (u UpdateChat) construct() UpdateClass { return &u }
		tl_update_gen.go#L17128: 	_ bin.Encoder     = &UpdateChat{}
		tl_update_gen.go#L17129: 	_ bin.Decoder     = &UpdateChat{}
		tl_update_gen.go#L17130: 	_ bin.BareEncoder = &UpdateChat{}
		tl_update_gen.go#L17131: 	_ bin.BareDecoder = &UpdateChat{}
		tl_update_gen.go#L17133: 	_ UpdateClass = &UpdateChat{}
		tl_update_gen.go#L17136: func (u *UpdateChat) Zero() bool {
		tl_update_gen.go#L17148: func (u *UpdateChat) String() string {
		tl_update_gen.go#L17152: 	type Alias UpdateChat
		tl_update_gen.go#L17157: func (u *UpdateChat) FillFrom(from interface {
		tl_update_gen.go#L17166: func (*UpdateChat) TypeID() uint32 {
		tl_update_gen.go#L17171: func (*UpdateChat) TypeName() string {
		tl_update_gen.go#L17176: func (u *UpdateChat) TypeInfo() tdp.Type {
		tl_update_gen.go#L17195: func (u *UpdateChat) Encode(b *bin.Buffer) error {
		tl_update_gen.go#L17204: func (u *UpdateChat) EncodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L17213: func (u *UpdateChat) Decode(b *bin.Buffer) error {
		tl_update_gen.go#L17224: func (u *UpdateChat) DecodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L17239: func (u *UpdateChat) GetChatID() (value int64) {
		tl_update_gen.go#L25539: 		v := UpdateChat{}
		tl_update_slices_gen.go#L1097: 		value, ok := elem.(*UpdateChat)
		tl_update_slices_gen.go#L7815: type UpdateChatArray []UpdateChat
		tl_update_slices_gen.go#L7818: func (s UpdateChatArray) Sort(less func(a, b UpdateChat) bool) UpdateChatArray {
		tl_update_slices_gen.go#L7826: func (s UpdateChatArray) SortStable(less func(a, b UpdateChat) bool) UpdateChatArray {
		tl_update_slices_gen.go#L7834: func (s UpdateChatArray) Retain(keep func(x UpdateChat) bool) UpdateChatArray {
		tl_update_slices_gen.go#L7848: func (s UpdateChatArray) First() (v UpdateChat, ok bool) {
		tl_update_slices_gen.go#L7856: func (s UpdateChatArray) Last() (v UpdateChat, ok bool) {
		tl_update_slices_gen.go#L7864: func (s *UpdateChatArray) PopFirst() (v UpdateChat, ok bool) {
		tl_update_slices_gen.go#L7874: 	var zero UpdateChat
		tl_update_slices_gen.go#L7883: func (s *UpdateChatArray) Pop() (v UpdateChat, ok bool) {