type github.com/gotd/td/tg.UpdateChatUserTyping
35 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L150: type ChatUserTypingHandler func(ctx context.Context, e Entities, update *UpdateChatUserTyping) error
tl_handlers_gen.go#L155: return handler(ctx, e, update.(*UpdateChatUserTyping))
tl_registry_gen.go#L3832: UpdateChatUserTypingTypeID: func() bin.Object { return &UpdateChatUserTyping{} },
tl_update_gen.go#L776: type UpdateChatUserTyping struct {
tl_update_gen.go#L789: func (u UpdateChatUserTyping) construct() UpdateClass { return &u }
tl_update_gen.go#L793: _ bin.Encoder = &UpdateChatUserTyping{}
tl_update_gen.go#L794: _ bin.Decoder = &UpdateChatUserTyping{}
tl_update_gen.go#L795: _ bin.BareEncoder = &UpdateChatUserTyping{}
tl_update_gen.go#L796: _ bin.BareDecoder = &UpdateChatUserTyping{}
tl_update_gen.go#L798: _ UpdateClass = &UpdateChatUserTyping{}
tl_update_gen.go#L801: func (u *UpdateChatUserTyping) Zero() bool {
tl_update_gen.go#L819: func (u *UpdateChatUserTyping) String() string {
tl_update_gen.go#L823: type Alias UpdateChatUserTyping
tl_update_gen.go#L828: func (u *UpdateChatUserTyping) FillFrom(from interface {
tl_update_gen.go#L841: func (*UpdateChatUserTyping) TypeID() uint32 {
tl_update_gen.go#L846: func (*UpdateChatUserTyping) TypeName() string {
tl_update_gen.go#L851: func (u *UpdateChatUserTyping) TypeInfo() tdp.Type {
tl_update_gen.go#L878: func (u *UpdateChatUserTyping) Encode(b *bin.Buffer) error {
tl_update_gen.go#L887: func (u *UpdateChatUserTyping) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L908: func (u *UpdateChatUserTyping) Decode(b *bin.Buffer) error {
tl_update_gen.go#L919: func (u *UpdateChatUserTyping) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L948: func (u *UpdateChatUserTyping) GetChatID() (value int64) {
tl_update_gen.go#L956: func (u *UpdateChatUserTyping) GetFromID() (value PeerClass) {
tl_update_gen.go#L964: func (u *UpdateChatUserTyping) GetAction() (value SendMessageActionClass) {
tl_update_gen.go#L24979: v := UpdateChatUserTyping{}
tl_update_slices_gen.go#L174: value, ok := elem.(*UpdateChatUserTyping)
tl_update_slices_gen.go#L1867: type UpdateChatUserTypingArray []UpdateChatUserTyping
tl_update_slices_gen.go#L1870: func (s UpdateChatUserTypingArray) Sort(less func(a, b UpdateChatUserTyping) bool) UpdateChatUserTypingArray {
tl_update_slices_gen.go#L1878: func (s UpdateChatUserTypingArray) SortStable(less func(a, b UpdateChatUserTyping) bool) UpdateChatUserTypingArray {
tl_update_slices_gen.go#L1886: func (s UpdateChatUserTypingArray) Retain(keep func(x UpdateChatUserTyping) bool) UpdateChatUserTypingArray {
tl_update_slices_gen.go#L1900: func (s UpdateChatUserTypingArray) First() (v UpdateChatUserTyping, ok bool) {
tl_update_slices_gen.go#L1908: func (s UpdateChatUserTypingArray) Last() (v UpdateChatUserTyping, ok bool) {
tl_update_slices_gen.go#L1916: func (s *UpdateChatUserTypingArray) PopFirst() (v UpdateChatUserTyping, ok bool) {
tl_update_slices_gen.go#L1926: var zero UpdateChatUserTyping
tl_update_slices_gen.go#L1935: func (s *UpdateChatUserTypingArray) Pop() (v UpdateChatUserTyping, ok bool) {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |