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

33 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L954: type ChatHandler func(ctx context.Context, e Entities, update *UpdateChat) error
		tl_handlers_gen.go#L959: 		return handler(ctx, e, update.(*UpdateChat))
		tl_registry_gen.go#L5323: 		UpdateChatTypeID:                                         func() bin.Object { return &UpdateChat{} },
		tl_update_gen.go#L17757: type UpdateChat struct {
		tl_update_gen.go#L17766: func (u UpdateChat) construct() UpdateClass { return &u }
		tl_update_gen.go#L17770: 	_ bin.Encoder     = &UpdateChat{}
		tl_update_gen.go#L17771: 	_ bin.Decoder     = &UpdateChat{}
		tl_update_gen.go#L17772: 	_ bin.BareEncoder = &UpdateChat{}
		tl_update_gen.go#L17773: 	_ bin.BareDecoder = &UpdateChat{}
		tl_update_gen.go#L17775: 	_ UpdateClass = &UpdateChat{}
		tl_update_gen.go#L17778: func (u *UpdateChat) Zero() bool {
		tl_update_gen.go#L17790: func (u *UpdateChat) String() string {
		tl_update_gen.go#L17794: 	type Alias UpdateChat
		tl_update_gen.go#L17799: func (u *UpdateChat) FillFrom(from interface {
		tl_update_gen.go#L17808: func (*UpdateChat) TypeID() uint32 {
		tl_update_gen.go#L17813: func (*UpdateChat) TypeName() string {
		tl_update_gen.go#L17818: func (u *UpdateChat) TypeInfo() tdp.Type {
		tl_update_gen.go#L17837: func (u *UpdateChat) Encode(b *bin.Buffer) error {
		tl_update_gen.go#L17846: func (u *UpdateChat) EncodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L17855: func (u *UpdateChat) Decode(b *bin.Buffer) error {
		tl_update_gen.go#L17866: func (u *UpdateChat) DecodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L17881: func (u *UpdateChat) GetChatID() (value int64) {
		tl_update_gen.go#L34788: 		v := UpdateChat{}
		tl_update_slices_gen.go#L1097: 		value, ok := elem.(*UpdateChat)
		tl_update_slices_gen.go#L8322: type UpdateChatArray []UpdateChat
		tl_update_slices_gen.go#L8325: func (s UpdateChatArray) Sort(less func(a, b UpdateChat) bool) UpdateChatArray {
		tl_update_slices_gen.go#L8333: func (s UpdateChatArray) SortStable(less func(a, b UpdateChat) bool) UpdateChatArray {
		tl_update_slices_gen.go#L8341: func (s UpdateChatArray) Retain(keep func(x UpdateChat) bool) UpdateChatArray {
		tl_update_slices_gen.go#L8355: func (s UpdateChatArray) First() (v UpdateChat, ok bool) {
		tl_update_slices_gen.go#L8363: func (s UpdateChatArray) Last() (v UpdateChat, ok bool) {
		tl_update_slices_gen.go#L8371: func (s *UpdateChatArray) PopFirst() (v UpdateChat, ok bool) {
		tl_update_slices_gen.go#L8381: 	var zero UpdateChat
		tl_update_slices_gen.go#L8390: func (s *UpdateChatArray) Pop() (v UpdateChat, ok bool) {