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

38 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L920: type ChannelUserTypingHandler func(ctx context.Context, e Entities, update *UpdateChannelUserTyping) error
		tl_handlers_gen.go#L925: 		return handler(ctx, e, update.(*UpdateChannelUserTyping))
		tl_registry_gen.go#L3909: 		UpdateChannelUserTypingTypeID:                            func() bin.Object { return &UpdateChannelUserTyping{} },
		tl_update_gen.go#L16254: type UpdateChannelUserTyping struct {
		tl_update_gen.go#L16279: func (u UpdateChannelUserTyping) construct() UpdateClass { return &u }
		tl_update_gen.go#L16283: 	_ bin.Encoder     = &UpdateChannelUserTyping{}
		tl_update_gen.go#L16284: 	_ bin.Decoder     = &UpdateChannelUserTyping{}
		tl_update_gen.go#L16285: 	_ bin.BareEncoder = &UpdateChannelUserTyping{}
		tl_update_gen.go#L16286: 	_ bin.BareDecoder = &UpdateChannelUserTyping{}
		tl_update_gen.go#L16288: 	_ UpdateClass = &UpdateChannelUserTyping{}
		tl_update_gen.go#L16291: func (u *UpdateChannelUserTyping) Zero() bool {
		tl_update_gen.go#L16315: func (u *UpdateChannelUserTyping) String() string {
		tl_update_gen.go#L16319: 	type Alias UpdateChannelUserTyping
		tl_update_gen.go#L16324: func (u *UpdateChannelUserTyping) FillFrom(from interface {
		tl_update_gen.go#L16342: func (*UpdateChannelUserTyping) TypeID() uint32 {
		tl_update_gen.go#L16347: func (*UpdateChannelUserTyping) TypeName() string {
		tl_update_gen.go#L16352: func (u *UpdateChannelUserTyping) TypeInfo() tdp.Type {
		tl_update_gen.go#L16384: func (u *UpdateChannelUserTyping) SetFlags() {
		tl_update_gen.go#L16391: func (u *UpdateChannelUserTyping) Encode(b *bin.Buffer) error {
		tl_update_gen.go#L16400: func (u *UpdateChannelUserTyping) EncodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L16428: func (u *UpdateChannelUserTyping) Decode(b *bin.Buffer) error {
		tl_update_gen.go#L16439: func (u *UpdateChannelUserTyping) DecodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L16480: func (u *UpdateChannelUserTyping) GetChannelID() (value int64) {
		tl_update_gen.go#L16488: func (u *UpdateChannelUserTyping) SetTopMsgID(value int) {
		tl_update_gen.go#L16495: func (u *UpdateChannelUserTyping) GetTopMsgID() (value int, ok bool) {
		tl_update_gen.go#L16506: func (u *UpdateChannelUserTyping) GetFromID() (value PeerClass) {
		tl_update_gen.go#L16514: func (u *UpdateChannelUserTyping) GetAction() (value SendMessageActionClass) {
		tl_update_gen.go#L25518: 		v := UpdateChannelUserTyping{}
		tl_update_slices_gen.go#L1058: 		value, ok := elem.(*UpdateChannelUserTyping)
		tl_update_slices_gen.go#L7569: type UpdateChannelUserTypingArray []UpdateChannelUserTyping
		tl_update_slices_gen.go#L7572: func (s UpdateChannelUserTypingArray) Sort(less func(a, b UpdateChannelUserTyping) bool) UpdateChannelUserTypingArray {
		tl_update_slices_gen.go#L7580: func (s UpdateChannelUserTypingArray) SortStable(less func(a, b UpdateChannelUserTyping) bool) UpdateChannelUserTypingArray {
		tl_update_slices_gen.go#L7588: func (s UpdateChannelUserTypingArray) Retain(keep func(x UpdateChannelUserTyping) bool) UpdateChannelUserTypingArray {
		tl_update_slices_gen.go#L7602: func (s UpdateChannelUserTypingArray) First() (v UpdateChannelUserTyping, ok bool) {
		tl_update_slices_gen.go#L7610: func (s UpdateChannelUserTypingArray) Last() (v UpdateChannelUserTyping, ok bool) {
		tl_update_slices_gen.go#L7618: func (s *UpdateChannelUserTypingArray) PopFirst() (v UpdateChannelUserTyping, ok bool) {
		tl_update_slices_gen.go#L7628: 	var zero UpdateChannelUserTyping
		tl_update_slices_gen.go#L7637: func (s *UpdateChannelUserTypingArray) Pop() (v UpdateChannelUserTyping, ok bool) {