type github.com/gotd/td/tg.ChatParticipantsForbidden
35 uses
github.com/gotd/td/tg (current package)
tl_chat_participants_gen.go#L42: type ChatParticipantsForbidden struct {
tl_chat_participants_gen.go#L60: func (c ChatParticipantsForbidden) construct() ChatParticipantsClass { return &c }
tl_chat_participants_gen.go#L64: _ bin.Encoder = &ChatParticipantsForbidden{}
tl_chat_participants_gen.go#L65: _ bin.Decoder = &ChatParticipantsForbidden{}
tl_chat_participants_gen.go#L66: _ bin.BareEncoder = &ChatParticipantsForbidden{}
tl_chat_participants_gen.go#L67: _ bin.BareDecoder = &ChatParticipantsForbidden{}
tl_chat_participants_gen.go#L69: _ ChatParticipantsClass = &ChatParticipantsForbidden{}
tl_chat_participants_gen.go#L72: func (c *ChatParticipantsForbidden) Zero() bool {
tl_chat_participants_gen.go#L90: func (c *ChatParticipantsForbidden) String() string {
tl_chat_participants_gen.go#L94: type Alias ChatParticipantsForbidden
tl_chat_participants_gen.go#L99: func (c *ChatParticipantsForbidden) FillFrom(from interface {
tl_chat_participants_gen.go#L113: func (*ChatParticipantsForbidden) TypeID() uint32 {
tl_chat_participants_gen.go#L118: func (*ChatParticipantsForbidden) TypeName() string {
tl_chat_participants_gen.go#L123: func (c *ChatParticipantsForbidden) TypeInfo() tdp.Type {
tl_chat_participants_gen.go#L147: func (c *ChatParticipantsForbidden) SetFlags() {
tl_chat_participants_gen.go#L154: func (c *ChatParticipantsForbidden) Encode(b *bin.Buffer) error {
tl_chat_participants_gen.go#L163: func (c *ChatParticipantsForbidden) EncodeBare(b *bin.Buffer) error {
tl_chat_participants_gen.go#L184: func (c *ChatParticipantsForbidden) Decode(b *bin.Buffer) error {
tl_chat_participants_gen.go#L195: func (c *ChatParticipantsForbidden) DecodeBare(b *bin.Buffer) error {
tl_chat_participants_gen.go#L222: func (c *ChatParticipantsForbidden) GetChatID() (value int64) {
tl_chat_participants_gen.go#L230: func (c *ChatParticipantsForbidden) SetSelfParticipant(value ChatParticipantClass) {
tl_chat_participants_gen.go#L237: func (c *ChatParticipantsForbidden) GetSelfParticipant() (value ChatParticipantClass, ok bool) {
tl_chat_participants_gen.go#L511: func (c *ChatParticipantsForbidden) AsNotForbidden() (*ChatParticipants, bool) {
tl_chat_participants_gen.go#L529: v := ChatParticipantsForbidden{}
tl_chat_participants_slices_gen.go#L122: value, ok := elem.(*ChatParticipantsForbidden)
tl_chat_participants_slices_gen.go#L201: type ChatParticipantsForbiddenArray []ChatParticipantsForbidden
tl_chat_participants_slices_gen.go#L204: func (s ChatParticipantsForbiddenArray) Sort(less func(a, b ChatParticipantsForbidden) bool) ChatParticipantsForbiddenArray {
tl_chat_participants_slices_gen.go#L212: func (s ChatParticipantsForbiddenArray) SortStable(less func(a, b ChatParticipantsForbidden) bool) ChatParticipantsForbiddenArray {
tl_chat_participants_slices_gen.go#L220: func (s ChatParticipantsForbiddenArray) Retain(keep func(x ChatParticipantsForbidden) bool) ChatParticipantsForbiddenArray {
tl_chat_participants_slices_gen.go#L234: func (s ChatParticipantsForbiddenArray) First() (v ChatParticipantsForbidden, ok bool) {
tl_chat_participants_slices_gen.go#L242: func (s ChatParticipantsForbiddenArray) Last() (v ChatParticipantsForbidden, ok bool) {
tl_chat_participants_slices_gen.go#L250: func (s *ChatParticipantsForbiddenArray) PopFirst() (v ChatParticipantsForbidden, ok bool) {
tl_chat_participants_slices_gen.go#L260: var zero ChatParticipantsForbidden
tl_chat_participants_slices_gen.go#L269: func (s *ChatParticipantsForbiddenArray) Pop() (v ChatParticipantsForbidden, ok bool) {
tl_registry_gen.go#L4986: ChatParticipantsForbiddenTypeID: func() bin.Object { return &ChatParticipantsForbidden{} },
 |
The pages are generated with Golds v0.8.4. (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. |