type github.com/gotd/td/tg.UpdateStoriesStealthMode
33 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L1234: type StoriesStealthModeHandler func(ctx context.Context, e Entities, update *UpdateStoriesStealthMode) error
tl_handlers_gen.go#L1239: return handler(ctx, e, update.(*UpdateStoriesStealthMode))
tl_registry_gen.go#L5351: UpdateStoriesStealthModeTypeID: func() bin.Object { return &UpdateStoriesStealthMode{} },
tl_update_gen.go#L23515: type UpdateStoriesStealthMode struct {
tl_update_gen.go#L23527: func (u UpdateStoriesStealthMode) construct() UpdateClass { return &u }
tl_update_gen.go#L23531: _ bin.Encoder = &UpdateStoriesStealthMode{}
tl_update_gen.go#L23532: _ bin.Decoder = &UpdateStoriesStealthMode{}
tl_update_gen.go#L23533: _ bin.BareEncoder = &UpdateStoriesStealthMode{}
tl_update_gen.go#L23534: _ bin.BareDecoder = &UpdateStoriesStealthMode{}
tl_update_gen.go#L23536: _ UpdateClass = &UpdateStoriesStealthMode{}
tl_update_gen.go#L23539: func (u *UpdateStoriesStealthMode) Zero() bool {
tl_update_gen.go#L23551: func (u *UpdateStoriesStealthMode) String() string {
tl_update_gen.go#L23555: type Alias UpdateStoriesStealthMode
tl_update_gen.go#L23560: func (u *UpdateStoriesStealthMode) FillFrom(from interface {
tl_update_gen.go#L23569: func (*UpdateStoriesStealthMode) TypeID() uint32 {
tl_update_gen.go#L23574: func (*UpdateStoriesStealthMode) TypeName() string {
tl_update_gen.go#L23579: func (u *UpdateStoriesStealthMode) TypeInfo() tdp.Type {
tl_update_gen.go#L23598: func (u *UpdateStoriesStealthMode) Encode(b *bin.Buffer) error {
tl_update_gen.go#L23607: func (u *UpdateStoriesStealthMode) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L23618: func (u *UpdateStoriesStealthMode) Decode(b *bin.Buffer) error {
tl_update_gen.go#L23629: func (u *UpdateStoriesStealthMode) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L23642: func (u *UpdateStoriesStealthMode) GetStealthMode() (value StoriesStealthMode) {
tl_update_gen.go#L34984: v := UpdateStoriesStealthMode{}
tl_update_slices_gen.go#L1383: value, ok := elem.(*UpdateStoriesStealthMode)
tl_update_slices_gen.go#L10210: type UpdateStoriesStealthModeArray []UpdateStoriesStealthMode
tl_update_slices_gen.go#L10213: func (s UpdateStoriesStealthModeArray) Sort(less func(a, b UpdateStoriesStealthMode) bool) UpdateStoriesStealthModeArray {
tl_update_slices_gen.go#L10221: func (s UpdateStoriesStealthModeArray) SortStable(less func(a, b UpdateStoriesStealthMode) bool) UpdateStoriesStealthModeArray {
tl_update_slices_gen.go#L10229: func (s UpdateStoriesStealthModeArray) Retain(keep func(x UpdateStoriesStealthMode) bool) UpdateStoriesStealthModeArray {
tl_update_slices_gen.go#L10243: func (s UpdateStoriesStealthModeArray) First() (v UpdateStoriesStealthMode, ok bool) {
tl_update_slices_gen.go#L10251: func (s UpdateStoriesStealthModeArray) Last() (v UpdateStoriesStealthMode, ok bool) {
tl_update_slices_gen.go#L10259: func (s *UpdateStoriesStealthModeArray) PopFirst() (v UpdateStoriesStealthMode, ok bool) {
tl_update_slices_gen.go#L10269: var zero UpdateStoriesStealthMode
tl_update_slices_gen.go#L10278: func (s *UpdateStoriesStealthModeArray) Pop() (v UpdateStoriesStealthMode, 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. |