type github.com/gotd/td/tg.ChatParticipants
45 uses
github.com/gotd/td/tg (current package)
tl_chat_participants_gen.go#L255: type ChatParticipants struct {
tl_chat_participants_gen.go#L268: func (c ChatParticipants) construct() ChatParticipantsClass { return &c }
tl_chat_participants_gen.go#L272: _ bin.Encoder = &ChatParticipants{}
tl_chat_participants_gen.go#L273: _ bin.Decoder = &ChatParticipants{}
tl_chat_participants_gen.go#L274: _ bin.BareEncoder = &ChatParticipants{}
tl_chat_participants_gen.go#L275: _ bin.BareDecoder = &ChatParticipants{}
tl_chat_participants_gen.go#L277: _ ChatParticipantsClass = &ChatParticipants{}
tl_chat_participants_gen.go#L280: func (c *ChatParticipants) Zero() bool {
tl_chat_participants_gen.go#L298: func (c *ChatParticipants) String() string {
tl_chat_participants_gen.go#L302: type Alias ChatParticipants
tl_chat_participants_gen.go#L307: func (c *ChatParticipants) FillFrom(from interface {
tl_chat_participants_gen.go#L320: func (*ChatParticipants) TypeID() uint32 {
tl_chat_participants_gen.go#L325: func (*ChatParticipants) TypeName() string {
tl_chat_participants_gen.go#L330: func (c *ChatParticipants) TypeInfo() tdp.Type {
tl_chat_participants_gen.go#L357: func (c *ChatParticipants) Encode(b *bin.Buffer) error {
tl_chat_participants_gen.go#L366: func (c *ChatParticipants) EncodeBare(b *bin.Buffer) error {
tl_chat_participants_gen.go#L385: func (c *ChatParticipants) Decode(b *bin.Buffer) error {
tl_chat_participants_gen.go#L396: func (c *ChatParticipants) DecodeBare(b *bin.Buffer) error {
tl_chat_participants_gen.go#L435: func (c *ChatParticipants) GetChatID() (value int64) {
tl_chat_participants_gen.go#L443: func (c *ChatParticipants) GetParticipants() (value []ChatParticipantClass) {
tl_chat_participants_gen.go#L451: func (c *ChatParticipants) GetVersion() (value int) {
tl_chat_participants_gen.go#L459: func (c *ChatParticipants) MapParticipants() (value ChatParticipantClassArray) {
tl_chat_participants_gen.go#L507: AsNotForbidden() (*ChatParticipants, bool)
tl_chat_participants_gen.go#L511: func (c *ChatParticipantsForbidden) AsNotForbidden() (*ChatParticipants, bool) {
tl_chat_participants_gen.go#L516: func (c *ChatParticipants) AsNotForbidden() (*ChatParticipants, bool) {
tl_chat_participants_gen.go#L536: 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#L4987: ChatParticipantsTypeID: func() bin.Object { return &ChatParticipants{} },
 |
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. |