type github.com/gotd/td/tg.UpdateWebViewResultSent
33 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L1080: type WebViewResultSentHandler func(ctx context.Context, e Entities, update *UpdateWebViewResultSent) error
tl_handlers_gen.go#L1085: return handler(ctx, e, update.(*UpdateWebViewResultSent))
tl_registry_gen.go#L3925: UpdateWebViewResultSentTypeID: func() bin.Object { return &UpdateWebViewResultSent{} },
tl_update_gen.go#L20239: type UpdateWebViewResultSent struct {
tl_update_gen.go#L20248: func (u UpdateWebViewResultSent) construct() UpdateClass { return &u }
tl_update_gen.go#L20252: _ bin.Encoder = &UpdateWebViewResultSent{}
tl_update_gen.go#L20253: _ bin.Decoder = &UpdateWebViewResultSent{}
tl_update_gen.go#L20254: _ bin.BareEncoder = &UpdateWebViewResultSent{}
tl_update_gen.go#L20255: _ bin.BareDecoder = &UpdateWebViewResultSent{}
tl_update_gen.go#L20257: _ UpdateClass = &UpdateWebViewResultSent{}
tl_update_gen.go#L20260: func (u *UpdateWebViewResultSent) Zero() bool {
tl_update_gen.go#L20272: func (u *UpdateWebViewResultSent) String() string {
tl_update_gen.go#L20276: type Alias UpdateWebViewResultSent
tl_update_gen.go#L20281: func (u *UpdateWebViewResultSent) FillFrom(from interface {
tl_update_gen.go#L20290: func (*UpdateWebViewResultSent) TypeID() uint32 {
tl_update_gen.go#L20295: func (*UpdateWebViewResultSent) TypeName() string {
tl_update_gen.go#L20300: func (u *UpdateWebViewResultSent) TypeInfo() tdp.Type {
tl_update_gen.go#L20319: func (u *UpdateWebViewResultSent) Encode(b *bin.Buffer) error {
tl_update_gen.go#L20328: func (u *UpdateWebViewResultSent) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L20337: func (u *UpdateWebViewResultSent) Decode(b *bin.Buffer) error {
tl_update_gen.go#L20348: func (u *UpdateWebViewResultSent) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L20363: func (u *UpdateWebViewResultSent) GetQueryID() (value int64) {
tl_update_gen.go#L25630: v := UpdateWebViewResultSent{}
tl_update_slices_gen.go#L1253: value, ok := elem.(*UpdateWebViewResultSent)
tl_update_slices_gen.go#L8855: type UpdateWebViewResultSentArray []UpdateWebViewResultSent
tl_update_slices_gen.go#L8858: func (s UpdateWebViewResultSentArray) Sort(less func(a, b UpdateWebViewResultSent) bool) UpdateWebViewResultSentArray {
tl_update_slices_gen.go#L8866: func (s UpdateWebViewResultSentArray) SortStable(less func(a, b UpdateWebViewResultSent) bool) UpdateWebViewResultSentArray {
tl_update_slices_gen.go#L8874: func (s UpdateWebViewResultSentArray) Retain(keep func(x UpdateWebViewResultSent) bool) UpdateWebViewResultSentArray {
tl_update_slices_gen.go#L8888: func (s UpdateWebViewResultSentArray) First() (v UpdateWebViewResultSent, ok bool) {
tl_update_slices_gen.go#L8896: func (s UpdateWebViewResultSentArray) Last() (v UpdateWebViewResultSent, ok bool) {
tl_update_slices_gen.go#L8904: func (s *UpdateWebViewResultSentArray) PopFirst() (v UpdateWebViewResultSent, ok bool) {
tl_update_slices_gen.go#L8914: var zero UpdateWebViewResultSent
tl_update_slices_gen.go#L8923: func (s *UpdateWebViewResultSentArray) Pop() (v UpdateWebViewResultSent, 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. |