type github.com/gotd/td/tg.RestrictionReason
38 uses
github.com/gotd/td/tg (current package)
tl_chat_gen.go#L1118: RestrictionReason []RestrictionReason
tl_chat_gen.go#L1366: GetRestrictionReason() (value []RestrictionReason, ok bool)
tl_chat_gen.go#L1989: c.RestrictionReason = make([]RestrictionReason, 0, headerLen%bin.PreallocateLimit)
tl_chat_gen.go#L1992: var value RestrictionReason
tl_chat_gen.go#L2578: func (c *Channel) SetRestrictionReason(value []RestrictionReason) {
tl_chat_gen.go#L2585: func (c *Channel) GetRestrictionReason() (value []RestrictionReason, ok bool) {
tl_message_gen.go#L369: RestrictionReason []RestrictionReason
tl_message_gen.go#L537: GetRestrictionReason() (value []RestrictionReason, ok bool)
tl_message_gen.go#L1170: m.RestrictionReason = make([]RestrictionReason, 0, headerLen%bin.PreallocateLimit)
tl_message_gen.go#L1173: var value RestrictionReason
tl_message_gen.go#L1684: func (m *Message) SetRestrictionReason(value []RestrictionReason) {
tl_message_gen.go#L1691: func (m *Message) GetRestrictionReason() (value []RestrictionReason, ok bool) {
tl_registry_gen.go#L4532: RestrictionReasonTypeID: func() bin.Object { return &RestrictionReason{} },
tl_restriction_reason_gen.go#L43: type RestrictionReason struct {
tl_restriction_reason_gen.go#L58: _ bin.Encoder = &RestrictionReason{}
tl_restriction_reason_gen.go#L59: _ bin.Decoder = &RestrictionReason{}
tl_restriction_reason_gen.go#L60: _ bin.BareEncoder = &RestrictionReason{}
tl_restriction_reason_gen.go#L61: _ bin.BareDecoder = &RestrictionReason{}
tl_restriction_reason_gen.go#L64: func (r *RestrictionReason) Zero() bool {
tl_restriction_reason_gen.go#L82: func (r *RestrictionReason) String() string {
tl_restriction_reason_gen.go#L86: type Alias RestrictionReason
tl_restriction_reason_gen.go#L91: func (r *RestrictionReason) FillFrom(from interface {
tl_restriction_reason_gen.go#L104: func (*RestrictionReason) TypeID() uint32 {
tl_restriction_reason_gen.go#L109: func (*RestrictionReason) TypeName() string {
tl_restriction_reason_gen.go#L114: func (r *RestrictionReason) TypeInfo() tdp.Type {
tl_restriction_reason_gen.go#L141: func (r *RestrictionReason) Encode(b *bin.Buffer) error {
tl_restriction_reason_gen.go#L150: func (r *RestrictionReason) EncodeBare(b *bin.Buffer) error {
tl_restriction_reason_gen.go#L161: func (r *RestrictionReason) Decode(b *bin.Buffer) error {
tl_restriction_reason_gen.go#L172: func (r *RestrictionReason) DecodeBare(b *bin.Buffer) error {
tl_restriction_reason_gen.go#L201: func (r *RestrictionReason) GetPlatform() (value string) {
tl_restriction_reason_gen.go#L209: func (r *RestrictionReason) GetReason() (value string) {
tl_restriction_reason_gen.go#L217: func (r *RestrictionReason) GetText() (value string) {
tl_user_gen.go#L285: RestrictionReason []RestrictionReason
tl_user_gen.go#L517: GetRestrictionReason() (value []RestrictionReason, ok bool)
tl_user_gen.go#L1174: u.RestrictionReason = make([]RestrictionReason, 0, headerLen%bin.PreallocateLimit)
tl_user_gen.go#L1177: var value RestrictionReason
tl_user_gen.go#L1813: func (u *User) SetRestrictionReason(value []RestrictionReason) {
tl_user_gen.go#L1820: func (u *User) GetRestrictionReason() (value []RestrictionReason, 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. |