type github.com/gotd/td/tg.ChatParticipants
45 uses
github.com/gotd/td/tg (current package)
tl_chat_participants_gen.go#L247: type ChatParticipants struct {
tl_chat_participants_gen.go#L260: func (c ChatParticipants) construct() ChatParticipantsClass { return &c }
tl_chat_participants_gen.go#L264: _ bin.Encoder = &ChatParticipants{}
tl_chat_participants_gen.go#L265: _ bin.Decoder = &ChatParticipants{}
tl_chat_participants_gen.go#L266: _ bin.BareEncoder = &ChatParticipants{}
tl_chat_participants_gen.go#L267: _ bin.BareDecoder = &ChatParticipants{}
tl_chat_participants_gen.go#L269: _ ChatParticipantsClass = &ChatParticipants{}
tl_chat_participants_gen.go#L272: func (c *ChatParticipants) Zero() bool {
tl_chat_participants_gen.go#L290: func (c *ChatParticipants) String() string {
tl_chat_participants_gen.go#L294: type Alias ChatParticipants
tl_chat_participants_gen.go#L299: func (c *ChatParticipants) FillFrom(from interface {
tl_chat_participants_gen.go#L312: func (*ChatParticipants) TypeID() uint32 {
tl_chat_participants_gen.go#L317: func (*ChatParticipants) TypeName() string {
tl_chat_participants_gen.go#L322: func (c *ChatParticipants) TypeInfo() tdp.Type {
tl_chat_participants_gen.go#L349: func (c *ChatParticipants) Encode(b *bin.Buffer) error {
tl_chat_participants_gen.go#L358: func (c *ChatParticipants) EncodeBare(b *bin.Buffer) error {
tl_chat_participants_gen.go#L377: func (c *ChatParticipants) Decode(b *bin.Buffer) error {
tl_chat_participants_gen.go#L388: func (c *ChatParticipants) DecodeBare(b *bin.Buffer) error {
tl_chat_participants_gen.go#L427: func (c *ChatParticipants) GetChatID() (value int64) {
tl_chat_participants_gen.go#L435: func (c *ChatParticipants) GetParticipants() (value []ChatParticipantClass) {
tl_chat_participants_gen.go#L443: func (c *ChatParticipants) GetVersion() (value int) {
tl_chat_participants_gen.go#L451: func (c *ChatParticipants) MapParticipants() (value ChatParticipantClassArray) {
tl_chat_participants_gen.go#L495: AsNotForbidden() (*ChatParticipants, bool)
tl_chat_participants_gen.go#L499: func (c *ChatParticipantsForbidden) AsNotForbidden() (*ChatParticipants, bool) {
tl_chat_participants_gen.go#L504: func (c *ChatParticipants) AsNotForbidden() (*ChatParticipants, bool) {
tl_chat_participants_gen.go#L524: v := ChatParticipants{}
tl_chat_participants_slices_gen.go#L135: value, ok := elem.(*ChatParticipants)
tl_chat_participants_slices_gen.go#L147: func (s ChatParticipantsClassArray) AppendOnlyNotForbidden(to []*ChatParticipants) []*ChatParticipants {
tl_chat_participants_slices_gen.go#L160: func (s ChatParticipantsClassArray) AsNotForbidden() (to []*ChatParticipants) {
tl_chat_participants_slices_gen.go#L165: func (s ChatParticipantsClassArray) FirstAsNotForbidden() (v *ChatParticipants, ok bool) {
tl_chat_participants_slices_gen.go#L174: func (s ChatParticipantsClassArray) LastAsNotForbidden() (v *ChatParticipants, ok bool) {
tl_chat_participants_slices_gen.go#L183: func (s *ChatParticipantsClassArray) PopFirstAsNotForbidden() (v *ChatParticipants, ok bool) {
tl_chat_participants_slices_gen.go#L192: func (s *ChatParticipantsClassArray) PopAsNotForbidden() (v *ChatParticipants, ok bool) {
tl_chat_participants_slices_gen.go#L283: type ChatParticipantsArray []ChatParticipants
tl_chat_participants_slices_gen.go#L286: func (s ChatParticipantsArray) Sort(less func(a, b ChatParticipants) bool) ChatParticipantsArray {
tl_chat_participants_slices_gen.go#L294: func (s ChatParticipantsArray) SortStable(less func(a, b ChatParticipants) bool) ChatParticipantsArray {
tl_chat_participants_slices_gen.go#L302: func (s ChatParticipantsArray) Retain(keep func(x ChatParticipants) bool) ChatParticipantsArray {
tl_chat_participants_slices_gen.go#L316: func (s ChatParticipantsArray) First() (v ChatParticipants, ok bool) {
tl_chat_participants_slices_gen.go#L324: func (s ChatParticipantsArray) Last() (v ChatParticipants, ok bool) {
tl_chat_participants_slices_gen.go#L332: func (s *ChatParticipantsArray) PopFirst() (v ChatParticipants, ok bool) {
tl_chat_participants_slices_gen.go#L342: var zero ChatParticipants
tl_chat_participants_slices_gen.go#L351: func (s *ChatParticipantsArray) Pop() (v ChatParticipants, ok bool) {
tl_registry_gen.go#L3691: ChatParticipantsTypeID: func() bin.Object { return &ChatParticipants{} },
|
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. |