type github.com/gotd/td/tg.UpdateWebViewResultSent
33 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L1084: type WebViewResultSentHandler func(ctx context.Context, e Entities, update *UpdateWebViewResultSent) error
tl_handlers_gen.go#L1089: return handler(ctx, e, update.(*UpdateWebViewResultSent))
tl_registry_gen.go#L5336: UpdateWebViewResultSentTypeID: func() bin.Object { return &UpdateWebViewResultSent{} },
tl_update_gen.go#L21099: type UpdateWebViewResultSent struct {
tl_update_gen.go#L21108: func (u UpdateWebViewResultSent) construct() UpdateClass { return &u }
tl_update_gen.go#L21112: _ bin.Encoder = &UpdateWebViewResultSent{}
tl_update_gen.go#L21113: _ bin.Decoder = &UpdateWebViewResultSent{}
tl_update_gen.go#L21114: _ bin.BareEncoder = &UpdateWebViewResultSent{}
tl_update_gen.go#L21115: _ bin.BareDecoder = &UpdateWebViewResultSent{}
tl_update_gen.go#L21117: _ UpdateClass = &UpdateWebViewResultSent{}
tl_update_gen.go#L21120: func (u *UpdateWebViewResultSent) Zero() bool {
tl_update_gen.go#L21132: func (u *UpdateWebViewResultSent) String() string {
tl_update_gen.go#L21136: type Alias UpdateWebViewResultSent
tl_update_gen.go#L21141: func (u *UpdateWebViewResultSent) FillFrom(from interface {
tl_update_gen.go#L21150: func (*UpdateWebViewResultSent) TypeID() uint32 {
tl_update_gen.go#L21155: func (*UpdateWebViewResultSent) TypeName() string {
tl_update_gen.go#L21160: func (u *UpdateWebViewResultSent) TypeInfo() tdp.Type {
tl_update_gen.go#L21179: func (u *UpdateWebViewResultSent) Encode(b *bin.Buffer) error {
tl_update_gen.go#L21188: func (u *UpdateWebViewResultSent) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L21197: func (u *UpdateWebViewResultSent) Decode(b *bin.Buffer) error {
tl_update_gen.go#L21208: func (u *UpdateWebViewResultSent) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L21223: func (u *UpdateWebViewResultSent) GetQueryID() (value int64) {
tl_update_gen.go#L34879: v := UpdateWebViewResultSent{}
tl_update_slices_gen.go#L1253: value, ok := elem.(*UpdateWebViewResultSent)
tl_update_slices_gen.go#L9362: type UpdateWebViewResultSentArray []UpdateWebViewResultSent
tl_update_slices_gen.go#L9365: func (s UpdateWebViewResultSentArray) Sort(less func(a, b UpdateWebViewResultSent) bool) UpdateWebViewResultSentArray {
tl_update_slices_gen.go#L9373: func (s UpdateWebViewResultSentArray) SortStable(less func(a, b UpdateWebViewResultSent) bool) UpdateWebViewResultSentArray {
tl_update_slices_gen.go#L9381: func (s UpdateWebViewResultSentArray) Retain(keep func(x UpdateWebViewResultSent) bool) UpdateWebViewResultSentArray {
tl_update_slices_gen.go#L9395: func (s UpdateWebViewResultSentArray) First() (v UpdateWebViewResultSent, ok bool) {
tl_update_slices_gen.go#L9403: func (s UpdateWebViewResultSentArray) Last() (v UpdateWebViewResultSent, ok bool) {
tl_update_slices_gen.go#L9411: func (s *UpdateWebViewResultSentArray) PopFirst() (v UpdateWebViewResultSent, ok bool) {
tl_update_slices_gen.go#L9421: var zero UpdateWebViewResultSent
tl_update_slices_gen.go#L9430: func (s *UpdateWebViewResultSentArray) Pop() (v UpdateWebViewResultSent, ok bool) {
 |
The pages are generated with Golds v0.8.5. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |