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

38 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L924: type ChannelUserTypingHandler func(ctx context.Context, e Entities, update *UpdateChannelUserTyping) error
		tl_handlers_gen.go#L929: 		return handler(ctx, e, update.(*UpdateChannelUserTyping))
		tl_registry_gen.go#L5236: 		UpdateChannelUserTypingTypeID:                            func() bin.Object { return &UpdateChannelUserTyping{} },
		tl_update_gen.go#L16881: type UpdateChannelUserTyping struct {
		tl_update_gen.go#L16906: func (u UpdateChannelUserTyping) construct() UpdateClass { return &u }
		tl_update_gen.go#L16910: 	_ bin.Encoder     = &UpdateChannelUserTyping{}
		tl_update_gen.go#L16911: 	_ bin.Decoder     = &UpdateChannelUserTyping{}
		tl_update_gen.go#L16912: 	_ bin.BareEncoder = &UpdateChannelUserTyping{}
		tl_update_gen.go#L16913: 	_ bin.BareDecoder = &UpdateChannelUserTyping{}
		tl_update_gen.go#L16915: 	_ UpdateClass = &UpdateChannelUserTyping{}
		tl_update_gen.go#L16918: func (u *UpdateChannelUserTyping) Zero() bool {
		tl_update_gen.go#L16942: func (u *UpdateChannelUserTyping) String() string {
		tl_update_gen.go#L16946: 	type Alias UpdateChannelUserTyping
		tl_update_gen.go#L16951: func (u *UpdateChannelUserTyping) FillFrom(from interface {
		tl_update_gen.go#L16969: func (*UpdateChannelUserTyping) TypeID() uint32 {
		tl_update_gen.go#L16974: func (*UpdateChannelUserTyping) TypeName() string {
		tl_update_gen.go#L16979: func (u *UpdateChannelUserTyping) TypeInfo() tdp.Type {
		tl_update_gen.go#L17011: func (u *UpdateChannelUserTyping) SetFlags() {
		tl_update_gen.go#L17018: func (u *UpdateChannelUserTyping) Encode(b *bin.Buffer) error {
		tl_update_gen.go#L17027: func (u *UpdateChannelUserTyping) EncodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L17055: func (u *UpdateChannelUserTyping) Decode(b *bin.Buffer) error {
		tl_update_gen.go#L17066: func (u *UpdateChannelUserTyping) DecodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L17107: func (u *UpdateChannelUserTyping) GetChannelID() (value int64) {
		tl_update_gen.go#L17115: func (u *UpdateChannelUserTyping) SetTopMsgID(value int) {
		tl_update_gen.go#L17122: func (u *UpdateChannelUserTyping) GetTopMsgID() (value int, ok bool) {
		tl_update_gen.go#L17133: func (u *UpdateChannelUserTyping) GetFromID() (value PeerClass) {
		tl_update_gen.go#L17141: func (u *UpdateChannelUserTyping) GetAction() (value SendMessageActionClass) {
		tl_update_gen.go#L34001: 		v := UpdateChannelUserTyping{}
		tl_update_slices_gen.go#L1058: 		value, ok := elem.(*UpdateChannelUserTyping)
		tl_update_slices_gen.go#L8024: type UpdateChannelUserTypingArray []UpdateChannelUserTyping
		tl_update_slices_gen.go#L8027: func (s UpdateChannelUserTypingArray) Sort(less func(a, b UpdateChannelUserTyping) bool) UpdateChannelUserTypingArray {
		tl_update_slices_gen.go#L8035: func (s UpdateChannelUserTypingArray) SortStable(less func(a, b UpdateChannelUserTyping) bool) UpdateChannelUserTypingArray {
		tl_update_slices_gen.go#L8043: func (s UpdateChannelUserTypingArray) Retain(keep func(x UpdateChannelUserTyping) bool) UpdateChannelUserTypingArray {
		tl_update_slices_gen.go#L8057: func (s UpdateChannelUserTypingArray) First() (v UpdateChannelUserTyping, ok bool) {
		tl_update_slices_gen.go#L8065: func (s UpdateChannelUserTypingArray) Last() (v UpdateChannelUserTyping, ok bool) {
		tl_update_slices_gen.go#L8073: func (s *UpdateChannelUserTypingArray) PopFirst() (v UpdateChannelUserTyping, ok bool) {
		tl_update_slices_gen.go#L8083: 	var zero UpdateChannelUserTyping
		tl_update_slices_gen.go#L8092: func (s *UpdateChannelUserTypingArray) Pop() (v UpdateChannelUserTyping, ok bool) {