type github.com/gotd/td/tg.UpdateEncryptedChatTyping
33 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L210: type EncryptedChatTypingHandler func(ctx context.Context, e Entities, update *UpdateEncryptedChatTyping) error
tl_handlers_gen.go#L215: return handler(ctx, e, update.(*UpdateEncryptedChatTyping))
tl_registry_gen.go#L3838: UpdateEncryptedChatTypingTypeID: func() bin.Object { return &UpdateEncryptedChatTyping{} },
tl_update_gen.go#L2034: type UpdateEncryptedChatTyping struct {
tl_update_gen.go#L2043: func (u UpdateEncryptedChatTyping) construct() UpdateClass { return &u }
tl_update_gen.go#L2047: _ bin.Encoder = &UpdateEncryptedChatTyping{}
tl_update_gen.go#L2048: _ bin.Decoder = &UpdateEncryptedChatTyping{}
tl_update_gen.go#L2049: _ bin.BareEncoder = &UpdateEncryptedChatTyping{}
tl_update_gen.go#L2050: _ bin.BareDecoder = &UpdateEncryptedChatTyping{}
tl_update_gen.go#L2052: _ UpdateClass = &UpdateEncryptedChatTyping{}
tl_update_gen.go#L2055: func (u *UpdateEncryptedChatTyping) Zero() bool {
tl_update_gen.go#L2067: func (u *UpdateEncryptedChatTyping) String() string {
tl_update_gen.go#L2071: type Alias UpdateEncryptedChatTyping
tl_update_gen.go#L2076: func (u *UpdateEncryptedChatTyping) FillFrom(from interface {
tl_update_gen.go#L2085: func (*UpdateEncryptedChatTyping) TypeID() uint32 {
tl_update_gen.go#L2090: func (*UpdateEncryptedChatTyping) TypeName() string {
tl_update_gen.go#L2095: func (u *UpdateEncryptedChatTyping) TypeInfo() tdp.Type {
tl_update_gen.go#L2114: func (u *UpdateEncryptedChatTyping) Encode(b *bin.Buffer) error {
tl_update_gen.go#L2123: func (u *UpdateEncryptedChatTyping) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L2132: func (u *UpdateEncryptedChatTyping) Decode(b *bin.Buffer) error {
tl_update_gen.go#L2143: func (u *UpdateEncryptedChatTyping) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L2158: func (u *UpdateEncryptedChatTyping) GetChatID() (value int) {
tl_update_gen.go#L25021: v := UpdateEncryptedChatTyping{}
tl_update_slices_gen.go#L252: value, ok := elem.(*UpdateEncryptedChatTyping)
tl_update_slices_gen.go#L2359: type UpdateEncryptedChatTypingArray []UpdateEncryptedChatTyping
tl_update_slices_gen.go#L2362: func (s UpdateEncryptedChatTypingArray) Sort(less func(a, b UpdateEncryptedChatTyping) bool) UpdateEncryptedChatTypingArray {
tl_update_slices_gen.go#L2370: func (s UpdateEncryptedChatTypingArray) SortStable(less func(a, b UpdateEncryptedChatTyping) bool) UpdateEncryptedChatTypingArray {
tl_update_slices_gen.go#L2378: func (s UpdateEncryptedChatTypingArray) Retain(keep func(x UpdateEncryptedChatTyping) bool) UpdateEncryptedChatTypingArray {
tl_update_slices_gen.go#L2392: func (s UpdateEncryptedChatTypingArray) First() (v UpdateEncryptedChatTyping, ok bool) {
tl_update_slices_gen.go#L2400: func (s UpdateEncryptedChatTypingArray) Last() (v UpdateEncryptedChatTyping, ok bool) {
tl_update_slices_gen.go#L2408: func (s *UpdateEncryptedChatTypingArray) PopFirst() (v UpdateEncryptedChatTyping, ok bool) {
tl_update_slices_gen.go#L2418: var zero UpdateEncryptedChatTyping
tl_update_slices_gen.go#L2427: func (s *UpdateEncryptedChatTypingArray) Pop() (v UpdateEncryptedChatTyping, 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. |