type github.com/gotd/td/tg.ChatParticipantsForbidden
35 uses
github.com/gotd/td/tg (current package)
tl_chat_participants_gen.go#L38: type ChatParticipantsForbidden struct {
tl_chat_participants_gen.go#L56: func (c ChatParticipantsForbidden) construct() ChatParticipantsClass { return &c }
tl_chat_participants_gen.go#L60: _ bin.Encoder = &ChatParticipantsForbidden{}
tl_chat_participants_gen.go#L61: _ bin.Decoder = &ChatParticipantsForbidden{}
tl_chat_participants_gen.go#L62: _ bin.BareEncoder = &ChatParticipantsForbidden{}
tl_chat_participants_gen.go#L63: _ bin.BareDecoder = &ChatParticipantsForbidden{}
tl_chat_participants_gen.go#L65: _ ChatParticipantsClass = &ChatParticipantsForbidden{}
tl_chat_participants_gen.go#L68: func (c *ChatParticipantsForbidden) Zero() bool {
tl_chat_participants_gen.go#L86: func (c *ChatParticipantsForbidden) String() string {
tl_chat_participants_gen.go#L90: type Alias ChatParticipantsForbidden
tl_chat_participants_gen.go#L95: func (c *ChatParticipantsForbidden) FillFrom(from interface {
tl_chat_participants_gen.go#L109: func (*ChatParticipantsForbidden) TypeID() uint32 {
tl_chat_participants_gen.go#L114: func (*ChatParticipantsForbidden) TypeName() string {
tl_chat_participants_gen.go#L119: func (c *ChatParticipantsForbidden) TypeInfo() tdp.Type {
tl_chat_participants_gen.go#L143: func (c *ChatParticipantsForbidden) SetFlags() {
tl_chat_participants_gen.go#L150: func (c *ChatParticipantsForbidden) Encode(b *bin.Buffer) error {
tl_chat_participants_gen.go#L159: func (c *ChatParticipantsForbidden) EncodeBare(b *bin.Buffer) error {
tl_chat_participants_gen.go#L180: func (c *ChatParticipantsForbidden) Decode(b *bin.Buffer) error {
tl_chat_participants_gen.go#L191: func (c *ChatParticipantsForbidden) DecodeBare(b *bin.Buffer) error {
tl_chat_participants_gen.go#L218: func (c *ChatParticipantsForbidden) GetChatID() (value int64) {
tl_chat_participants_gen.go#L226: func (c *ChatParticipantsForbidden) SetSelfParticipant(value ChatParticipantClass) {
tl_chat_participants_gen.go#L233: func (c *ChatParticipantsForbidden) GetSelfParticipant() (value ChatParticipantClass, ok bool) {
tl_chat_participants_gen.go#L499: func (c *ChatParticipantsForbidden) AsNotForbidden() (*ChatParticipants, bool) {
tl_chat_participants_gen.go#L517: 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#L3690: ChatParticipantsForbiddenTypeID: func() bin.Object { return &ChatParticipantsForbidden{} },
|
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. |